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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_bic.c23 #define BICTCP_B 4 /* macro
103 / BICTCP_B;
110 ca->cnt = (cwnd * smooth_part) / BICTCP_B;
116 if (cwnd < ca->last_max_cwnd + BICTCP_B)
118 ca->cnt = (cwnd * smooth_part) / BICTCP_B;
119 else if (cwnd < ca->last_max_cwnd + max_increment*(BICTCP_B-1))
121 ca->cnt = (cwnd * (BICTCP_B-1))
H A Dtcp_cubic.c23 #define BICTCP_B 4 /* macro

Completed in 122 milliseconds