Searched defs:TCP_MAXRTX (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dopt.h313 #ifndef TCP_MAXRTX
314 #define TCP_MAXRTX 12 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h942 * TCP_MAXRTX: Maximum number of retransmissions of data segments.
944 #ifndef TCP_MAXRTX
945 #define TCP_MAXRTX 12 macro

Completed in 37 milliseconds