mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
lwip: increase send performance for arndale USB2.0
Getting up to 91 Mbit out of a 100 Mbit card.
This commit is contained in:
parent
8a623c6317
commit
5d79c6be1a
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
#define TCP_MSS 1460
|
#define TCP_MSS 1460
|
||||||
#define TCP_WND (96 * TCP_MSS)
|
#define TCP_WND (96 * TCP_MSS)
|
||||||
#define TCP_SND_BUF (64 * TCP_MSS)
|
#define TCP_SND_BUF (32 * TCP_MSS)
|
||||||
#define TCP_SND_QUEUELEN ((32 * (TCP_SND_BUF) + (TCP_MSS - 1))/(TCP_MSS))
|
#define TCP_SND_QUEUELEN ((32 * (TCP_SND_BUF) + (TCP_MSS - 1))/(TCP_MSS))
|
||||||
|
|
||||||
#define RECV_BUFSIZE_DEFAULT 2147483647 /* this is actually INT_MAX, default value */
|
#define RECV_BUFSIZE_DEFAULT 2147483647 /* this is actually INT_MAX, default value */
|
||||||
|
Loading…
Reference in New Issue
Block a user