Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h136 #ifndef TCP_MSL
137 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */ macro
/third_party/lwip/src/core/
Dtcp.c1373 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()
1446 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) { in tcp_slowtmr()