Searched refs:BICTCP_B (Results 1 – 1 of 1) sorted by relevance
24 #define BICTCP_B 4 /* macro107 / BICTCP_B; in bictcp_update()114 ca->cnt = (cwnd * smooth_part) / BICTCP_B; in bictcp_update()120 if (cwnd < ca->last_max_cwnd + BICTCP_B) in bictcp_update()122 ca->cnt = (cwnd * smooth_part) / BICTCP_B; in bictcp_update()123 else if (cwnd < ca->last_max_cwnd + max_increment*(BICTCP_B-1)) in bictcp_update()125 ca->cnt = (cwnd * (BICTCP_B-1)) in bictcp_update()