Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_cache.c170 static uint32_t mptcp_version_timeout = 24 * 60; variable
172 SYSCTL_UINT(_net_inet_tcp, OID_AUTO, mptcp_version_timeout, CTLFLAG_RW | CTLFLAG_LOCKED,
173 …&mptcp_version_timeout, 24 * 60, "Initial minutes to wait before re-trying MPTCP's preferred versi…
626 tpcache->tc_mptcp_next_version_try = tcp_now + tcp_min_to_hz(mptcp_version_timeout); in tcp_cache_update_mptcp_version()
638 tpcache->tc_mptcp_next_version_try = tcp_now + tcp_min_to_hz(mptcp_version_timeout); in tcp_cache_update_mptcp_version()