lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP send queue and small windows


From: Kieran Mansley
Subject: Re: [lwip-users] TCP send queue and small windows
Date: Thu, 22 Mar 2007 09:35:44 +0000

On Thu, 2007-03-22 at 11:27 +0200, Vlad wrote:
> Hi!
> 
> i've tried to reduce  TCP_SND_QUEUE even to:
> 
> #define TCP_SND_QUEUELEN        TCP_SND_BUF/TCP_MSS

Sorry, I should have been more explicit: decrease TCP_SND_BUF not
TCP_SND_QUEUELEN.  The former is the max length in bytes, the latter is
the max number of pbufs in the send queue (and must be at least 2 *
TCP_SND_BUF/TCP_MSS for things to work well).  

Kieran





reply via email to

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