Skip to content
  • Niels Möller's avatar
    * src/channel.c (make_channel_table): Initialize open_fallback = · 079b456e
    Niels Möller authored
    NULL;
    (global_request_handler): Prepared for using a fallback handler.
    (channel_request_handler): Likewise.
    (channel_open_continuation): Renamed attributes to
    send_window_size and send_max_packet.
    (parse_channel_open): New function.
    (DEFINE_PACKET_HANDLER): Use parse_channel_open. Invoke
    open_fallback if there's no more specific handler for the channel
    type.
    (format_channel_open_s): New function.
    (format_channel_open_a): New function (currently #if:ed out).
    
    Rev: src/channel.c:1.87
    079b456e