Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_const.h97 tcp_rexmit_drop_options = 0, // drop options after a few retransmits enumerator
H A Dtcp_timer.c425 if (tcp_rexmit_drop_options && (tp->t_state == TCPS_SYN_SENT) && in tcp_timer_rexmt()