TCP_MSL is only used within LwIP.
 
Symbols
loading...
Files
loading...

TCP_MSL macro

Syntax

#define TCP_MSL 60000UL

References

LocationText
tcp_priv.h:137
#define TCP_MSL 60000UL /* The maximum segment lifetime in milliseconds */
tcp.c:1372
if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) {
tcp.c:1445
if ((u32_t)(tcp_ticks - pcb->tmr) > 2 * TCP_MSL / TCP_SLOW_INTERVAL) {