Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dtcp_cubic.c89 static float tcp_cubic_beta = 0.8f; variable
114 tcp_cubic_beta = 0.7f; in tcp_cubic_init()
118 tcp_cubic_beta = 0.8f; in tcp_cubic_init()
292 float ai_factor = (float)3 * (1 - tcp_cubic_beta) / (1 + tcp_cubic_beta); in tcp_cubic_tcpwin()