Searched defs:TCP_MSS (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h37 #define TCP_MSS 1460 macro
43 #define TCP_SND_BUF (32 * TCP_MSS)
46 TCP_SND_BUF/TCP_MSS for things to work. */
102 Use default that is based on TCP_MSS and PBUF_LINK_HLEN. */
/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp.h137 #define TCP_MSS (if_mtu - 80) macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h57 #define TCP_MSS 1460 macro
63 #define TCP_SND_BUF (32 * TCP_MSS)
66 TCP_SND_BUF/TCP_MSS for things to work. */
122 Use default that is based on TCP_MSS and PBUF_LINK_HLEN. */
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dtcp.h303 #define TCP_MSS 1460 macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h329 #ifndef TCP_MSS
330 #define TCP_MSS 128 /* A *very* conservative default. */ macro
339 TCP_SND_BUF/TCP_MSS for things to work. */
341 #define TCP_SND_QUEUELEN 4 * TCP_SND_BUF/TCP_MSS
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h36 #define TCP_MSS 1400 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.h935 * (2 * TCP_MSS) for things to work well
938 #define TCP_WND (4 * TCP_MSS)
964 * TCP_MSS: TCP Maximum segment size. (default is 536, a conservative default,
970 #ifndef TCP_MSS
971 #define TCP_MSS 536 macro
979 * Setting this to 1 enables code that checks TCP_MSS against the MTU of the
989 * To achieve good performance, this should be at least 2 * TCP_MSS.
992 #define TCP_SND_BUF (2 * TCP_MSS)
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
[all...]

Completed in 43 milliseconds