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

/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Dtcp_priv.h136 #ifndef TCP_MSL
137 #define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */ macro
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp.c1372 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) {
1445 if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) {

Completed in 84 milliseconds