Home
last modified time | relevance | path

Searched refs:TCP_MSL (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp_impl.h133 #ifndef TCP_MSL
134 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */ macro
/lib/liblwip/src/core/
Dtcp.c940 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1010 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()