mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-07-12 22:05:38 +00:00
update
This commit is contained in:
parent
3e8794a4a3
commit
20d954e09e
186 changed files with 357 additions and 447 deletions
|
|
@ -152,7 +152,7 @@ a lot of data that needs to be copied, this should be set high. */
|
|||
/* TCP_SND_QUEUELEN: TCP sender buffer space (pbufs). This must be at least
|
||||
as much as (2 * TCP_SND_BUF/TCP_MSS) for things to work. */
|
||||
|
||||
#define TCP_SND_QUEUELEN (4* TCP_SND_BUF/TCP_MSS)
|
||||
#define TCP_SND_QUEUELEN (4*TCP_SND_BUF/TCP_MSS)
|
||||
|
||||
/* TCP receive window. */
|
||||
#define TCP_WND (4*TCP_MSS) // (2*TCP_MSS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue