lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Setting TCP socket's send & receive buffer size


From: Simon Goldschmidt
Subject: Re: [lwip-users] Setting TCP socket's send & receive buffer size
Date: Tue, 5 Oct 2010 06:44:55 +0200

Karthik Vadambacheri Manian <address@hidden> wrote:

> I also found a TCP option called TCP_SND_BUF in lwip/opt.h file. Does this 
> represent the TCP socket's send buffer size? But still it only hardcodes the 
> value instead of allowing send buffer size to be modified dynamically.
That's the price of the lw in lwIP. The simple answer is that the send-buffer 
size can currently only be set at compile time for all connections globally.

Simon


reply via email to

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