Searched defs:TCP_SND_BUF (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h43 #define TCP_SND_BUF (32 * TCP_MSS) macro
46 TCP_SND_BUF/TCP_MSS for things to work. */
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h63 #define TCP_SND_BUF (32 * TCP_MSS) macro
66 TCP_SND_BUF/TCP_MSS for things to work. */
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h334 #ifndef TCP_SND_BUF
335 #define TCP_SND_BUF 256 macro
339 TCP_SND_BUF/TCP_MSS for things to work. */
341 #define TCP_SND_QUEUELEN 4 * TCP_SND_BUF/TCP_MSS
350 to TCP_SND_BUF. It is the amount of space which must be
353 #define TCP_SNDLOWAT TCP_SND_BUF/2
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h42 #define TCP_SND_BUF 32768 macro
45 #define TCP_SND_QUEUELEN 2*TCP_SND_BUF/TCP_MSS
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h988 * TCP_SND_BUF: TCP sender buffer space (bytes).
991 #ifndef TCP_SND_BUF
992 #define TCP_SND_BUF (2 * TCP_MSS) macro
997 * as much as (2 * TCP_SND_BUF/TCP_MSS) for things to work.
1000 #define TCP_SND_QUEUELEN ((4 * (TCP_SND_BUF) + (TCP_MSS - 1))/(TCP_MSS))
1005 * TCP_SND_BUF. It is the amount of space which must be available in the
1009 #define TCP_SNDLOWAT LWIP_MIN(LWIP_MAX(((TCP_SND_BUF)/2), (2 * TCP_MSS) + 1), (TCP_SND_BUF) - 1)

Completed in 43 milliseconds