IETF-SSH archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: data overflowing the window



this looks like a corner case.

the spec says:

   "No data may be sent to a channel until
   a message is received to indicate that window space is available."

and:

   "'initial window size' specifies how many bytes of channel data can be
   sent to the sender of this message without adjusting the window."

> Is there some more compelling reason why
> connect-18 doesn't make it a protocol error to send out-of-window
> data?

in addition, the spec says:

   Both parties MAY ignore all extra data sent after the allowed
   window is empty.

which clearly implies that clients which wish reliable transport MUST
NOT send more than allowed by the current window.

						- Bill



Home | Main Index | Thread Index | Old Index