Searched refs:TCP_MAXRTX (Results 1 – 4 of 4) sorted by relevance
160 #if (LWIP_TCP && ((TCP_MAXRTX > 12) || (TCP_SYNMAXRTX > 12)))
1232 } else if (pcb->nrtx >= TCP_MAXRTX) { in tcp_slowtmr()1239 if (pcb->persist_probe >= TCP_MAXRTX) { in tcp_slowtmr()
1245 #if !defined TCP_MAXRTX || defined __DOXYGEN__1246 #define TCP_MAXRTX 12 macro
1256 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()