your mail

Markus Friedl markus at openbsd.org
Thu Nov 8 23:48:29 EST 2001


On Thu, Nov 08, 2001 at 01:34:43PM +0100, Yavor G Georgiev wrote:
> Yes you got me right.
> I assume the data to be the last part in the following example packet:
>          byte      SSH_MSG_CHANNEL_DATA
>          uint32    recipient channel
>          string    data
> the one that is type string, which includes 4 more bytes for the
> length.

i think the 4 string-len bytes should _not_ be included, since
it should not matter for the window size whether a payload data
of 10 bytes arrives in one or in 4 messages.

if you include the 4 bytes in the window size then you count
packets.

-m



More information about the openssh-unix-dev mailing list