lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP tuning


From: Jani Monoses
Subject: Re: [lwip-users] TCP tuning
Date: Tue, 28 Jan 2003 16:26:08 +0200

I just asked because the calculations below might assume TCP_SND_BUF is a 
multiple of
TCP_MSS and I wasn't sure you pasted the mail or typed it in :)


/* TCP sender buffer space (pbufs). This must be at least = 2 *
   TCP_SND_BUF/TCP_MSS for things to work. */
#define TCP_SND_QUEUELEN        (4 * TCP_SND_BUF/TCP_MSS)




reply via email to

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