Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_input.c174 static u_int tcp_paws_tolerance = 25; variable
176 &tcp_paws_tolerance, 0, "RFC1323 PAWS tolerance");
1745 } else if (tcp_paws_tolerance && tlen != 0 && in tcp_input()
1751 TSTMP_GEQ(to.to_tsval + tcp_paws_tolerance, tp->ts_recent)&& in tcp_input()