Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c87 static float tcp_cubic_fast_convergence_factor = 0.875f; variable
113 tcp_cubic_fast_convergence_factor = 0.85f; in tcp_cubic_init()
117 tcp_cubic_fast_convergence_factor = 0.875f; in tcp_cubic_init()
451 tp->t_ccstate->cub_last_max = (uint32_t)((float)win * tcp_cubic_fast_convergence_factor); in tcp_cubic_pre_fr()