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

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtcp_impl.h129 #ifndef TCP_SLOW_INTERVAL
130 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds */ macro
131 #endif /* TCP_SLOW_INTERVAL */
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h145 #ifndef TCP_SLOW_INTERVAL
146 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in macro
148 #endif /* TCP_SLOW_INTERVAL */

Completed in 53 milliseconds