Searched refs:tcp_cubic_beta (Results 1 – 1 of 1) sorted by relevance
89 static float tcp_cubic_beta = 0.8f; variable114 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()