Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_seq.h74 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * 1000) macro
Dtcp_input.c1650 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_do_segment()