Displaying 1 result from an estimated 1 matches for "_extended_".
Did you mean:
_extended
2002 Mar 22
3
[Bug 179] sshd sends channel data after sending EOF
...|Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From markus at openbsd.org 2002-03-22 22:37 -------
hm, sshd is not sending channel data after EOF, it's sending _extended_ channel
data. does EOF affect both channel data and extended channel data?
the draft says:
3.3 Closing a Channel
When a party will no longer send more data to a channel, it SHOULD
send SSH_MSG_CHANNEL_EOF.
byte SSH_MSG_CHANNEL_EOF
uint32 recipient_channel
------- Yo...