lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Re: tx badnwidth


From: address@hidden
Subject: Re: [lwip-users] Re: tx badnwidth
Date: Thu, 05 Mar 2009 18:14:36 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Kieran Mansley wrote:
You can probably get away with leaving TCP_WND alone
if you're acting purely as a sender of packets,
In fact, I think you won't, as TCP_WND is not only the announced receive window size but serves as a limit for transmit window, too.

Regarding memory size, the PBUF_POOL should not be that relevant since it is only used for RX. TX uses the pool. You could try to set it bigger than the 3KBytes you currently have it set to.

Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]