Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c167 static int disable_tcp_heuristics = 0; variable
168 SYSCTL_INT(_net_inet_tcp, OID_AUTO, disable_tcp_heuristics, CTLFLAG_RW | CTLFLAG_LOCKED,
169 &disable_tcp_heuristics, 0, "Set to 1, to disable all TCP heuristics (TFO, ECN, MPTCP)");
1220 if (disable_tcp_heuristics) { in tcp_heuristic_do_tfo_common()
1275 if (disable_tcp_heuristics || in tcp_heuristic_do_mptcp()
1333 if (disable_tcp_heuristics) { in tcp_heuristic_do_ecn_common()