Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_subr.c133 …tp->t_rttmin = TCPTV_MIN < 1 ? 1 : TCPTV_MIN; /* samkumar: used to be tcp_rexmit_min, which was se… in initialize_tcb()
Dtcp_timer.h126 #define TCPTV_MIN ( hz/33 ) /* minimum allowable value */ macro