Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_cubic.c73 static float tcp_cubic_fast_convergence_factor = 0.875f; variable
84 tcp_cubic_fast_convergence_factor = 0.85f; in tcp_cubic_init()
88 tcp_cubic_fast_convergence_factor = 0.875f; in tcp_cubic_init()
422 tp->t_ccstate->cub_last_max = (uint32_t)((float)win * tcp_cubic_fast_convergence_factor); in tcp_cubic_pre_fr()