Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_timer.h155 static const int tcp_totbackoff = 2559; /* sum of tcp_backoff[] */ variable
Dtcp_timer.c207 ticks - tp->t_rcvtime >= TCP_REXMTVAL(tp) * tcp_totbackoff)) { in tcp_timer_persist()