Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c166 static int disable_tcp_heuristics = 0; variable
167 SYSCTL_INT(_net_inet_tcp, OID_AUTO, disable_tcp_heuristics, CTLFLAG_RW | CTLFLAG_LOCKED,
168 &disable_tcp_heuristics, 0, "Set to 1, to disable all TCP heuristics (TFO, ECN, MPTCP)");
1219 if (disable_tcp_heuristics) { in tcp_heuristic_do_tfo_common()
1274 if (disable_tcp_heuristics || in tcp_heuristic_do_mptcp()
1332 if (disable_tcp_heuristics) { in tcp_heuristic_do_ecn_common()