Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A Dtcp_impl.h116 #ifndef TCP_TMR_INTERVAL
117 #define TCP_TMR_INTERVAL 250 /* The TCP timer interval in milliseconds. */ macro
121 #define TCP_FAST_INTERVAL TCP_TMR_INTERVAL /* the fine grained timeout in milliseconds */
125 #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) /* the coarse grained timeout in milliseconds …
/lk-master/external/lib/lwip/core/
A Dtimers.c88 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcpip_tcp_timer()
107 sys_timeout(TCP_TMR_INTERVAL, tcpip_tcp_timer, NULL); in tcp_timer_needed()

Completed in 4 milliseconds