Searched refs:BICTCP_B (Results 1 – 1 of 1) sorted by relevance
23 #define BICTCP_B 4 /* macro105 / BICTCP_B; in bictcp_update()112 ca->cnt = (cwnd * smooth_part) / BICTCP_B; in bictcp_update()118 if (cwnd < ca->last_max_cwnd + BICTCP_B) in bictcp_update()120 ca->cnt = (cwnd * smooth_part) / BICTCP_B; in bictcp_update()121 else if (cwnd < ca->last_max_cwnd + max_increment*(BICTCP_B-1)) in bictcp_update()123 ca->cnt = (cwnd * (BICTCP_B-1)) in bictcp_update()