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