Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A Dopt.h1356 #if !defined LWIP_TCP_RTO_TIME || defined __DOXYGEN__
1357 #define LWIP_TCP_RTO_TIME 3000 macro
/lib/lwip/lwip/src/core/
A Dtcp.c1906 pcb->rto = LWIP_TCP_RTO_TIME / TCP_SLOW_INTERVAL; in tcp_alloc()
1907 pcb->sv = LWIP_TCP_RTO_TIME / TCP_SLOW_INTERVAL; in tcp_alloc()

Completed in 13 milliseconds