genode/libports/include/lwip
Alexander Boettcher 776a8d3f8c lwip: set to max snd window which is known to work
The window scale option (http://tools.ietf.org/html/rfc1323) patch of lwIP
definitely works solely for the receive window, not for the send window.
Setting the send window size to the maximum of an 16bit value, 65535,
or multiple of it (x * 65536 - 1) results in the same performance.

Everything else decrease performance.

We will have to check this window scale patch before using higher values.
2013-06-27 20:12:29 +02:00
..
arch Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
genode.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lwipopts.h lwip: set to max snd window which is known to work 2013-06-27 20:12:29 +02:00