IETF-SSH archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Channel window limits
On Mon, 17 Jan 2005, Joseph Galbraith wrote:
After receiving this message, the recipient MAY send the given number
of bytes more than it was previously allowed to send; the window size
is incremented. Implementations MUST correctly handle window sizes of
up to 2^32 - 1. The window MUST NOT be increased above 2^32 - 1
bytes.
That sounds good to me, yes. I'd insert "bytes" after the first instance
of "2^31 - 1", giving:
After receiving this message, the recipient MAY send the given number
of bytes more than it was previously allowed to send; the window size
is incremented. Implementations MUST correctly handle window sizes of
up to 2^32 - 1 bytes. The window MUST NOT be increased above 2^32 - 1
bytes.
--
Ben Harris
Home |
Main Index |
Thread Index |
Old Index