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