Searched refs:LWIP_TCP_RTO_TIME (Results 1 – 2 of 2) sorted by relevance
1356 #if !defined LWIP_TCP_RTO_TIME || defined __DOXYGEN__1357 #define LWIP_TCP_RTO_TIME 3000 macro
1906 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