Home
last modified time | relevance | path

Searched refs:TCP_MAXRTX (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/core/
Dinit.c160 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
Dtcp.c1232 } else if (pcb->nrtx >= TCP_MAXRTX) { in tcp_slowtmr()
1239 if (pcb->persist_probe >= TCP_MAXRTX) { in tcp_slowtmr()
/third_party/lwip/src/include/lwip/
Dopt.h1245 #if !defined TCP_MAXRTX || defined __DOXYGEN__
1246 #define TCP_MAXRTX 12 macro
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1256 EXPECT(txcounters.num_tx_calls == TCP_MAXRTX); in test_tcp_rto_timeout_impl()
1257 EXPECT(txcounters.num_tx_bytes == TCP_MAXRTX * (TCP_MSS + 40U)); in test_tcp_rto_timeout_impl()
1481 EXPECT(txcounters.num_tx_calls == TCP_MAXRTX); in test_tcp_zwp_timeout_impl()
1482 EXPECT(txcounters.num_tx_bytes == TCP_MAXRTX * (1 + 40U)); in test_tcp_zwp_timeout_impl()