Searched refs:BICTCP_B (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_bic.c24 #define BICTCP_B 4 /* macro
104 / BICTCP_B;
111 ca->cnt = (cwnd * smooth_part) / BICTCP_B;
117 if (cwnd < ca->last_max_cwnd + BICTCP_B)
119 ca->cnt = (cwnd * smooth_part) / BICTCP_B;
120 else if (cwnd < ca->last_max_cwnd + max_increment*(BICTCP_B-1))
122 ca->cnt = (cwnd * (BICTCP_B-1))

Completed in 100 milliseconds