[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Window size for large data reception
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Window size for large data reception |
Date: |
Tue, 02 Feb 2010 09:28:22 +0000 |
On Tue, 2010-02-02 at 12:33 +1100, Mykola Kyrylenko wrote:
> Is it possible to have TCP_WND = TCP_MSS for packet reception, but
> have
> the recommended TCP_WND = 4 * TCP_MSS for packet transmission?
It's the other way round: the receiver needs to have a larger window.
The sender could in theory get away with a very small TCP_WND.
Kieran