Searched refs:TCP_MSL (Results 1 – 2 of 2) sorted by relevance
136 #ifndef TCP_MSL137 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */ macro
1373 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()