Searched refs:bic_target (Results 1 – 1 of 1) sorted by relevance
274 __u32 delta, bic_target, max_cnt; in bictcp_update() local339 bic_target = ca->bic_origin_point - delta; in bictcp_update()341 bic_target = ca->bic_origin_point + delta; in bictcp_update()344 if (bic_target > cwnd) { in bictcp_update()345 ca->cnt = cwnd / (bic_target - cwnd); in bictcp_update()
Completed in 4 milliseconds