Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c256 static uint32_t necp_client_stats_rtt_ceiling = 1920000; // 60s variable
286 …SCTL_UINT(_net_necp, OID_AUTO, necp_client_stats_rtt_ceiling, CTLFLAG_RW | CTLFLAG_LOCKED, &necp_c…
1290 if (rtt < necp_client_stats_rtt_floor || rtt > necp_client_stats_rtt_ceiling) { in necp_client_collect_stats()