Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dtcp_cubic.c264 float ai_factor = (float)3 * (1 - tcp_cubic_beta) / (1 + tcp_cubic_beta); in tcp_cubic_tcpwin() local
266 tp->t_ccstate->cub_tcp_win += (uint32_t)(tp->t_maxseg * ai_factor); in tcp_cubic_tcpwin()