Lines Matching full:cubic
3 * TCP CUBIC: Binary Increase Congestion control for TCP v2.3
6 * This is from the implementation of CUBIC TCP in
8 * "CUBIC: A New TCP-Friendly High-Speed TCP Variant"
13 * CUBIC integrates a new slow start algorithm, called HyStart.
23 * Unless CUBIC is enabled and congestion window is large
152 * Shift epoch_start to keep cwnd growth to cubic curve. in cubictcp_cwnd_event()
163 /* calculate the cubic root of x using a table lookup followed by one
225 /* The CUBIC function can update ca->cnt at most once per jiffy. in bictcp_update()
238 ca->tcp_cwnd = cwnd; /* syn with cubic */ in bictcp_update()
253 /* cubic function - calc*/ in bictcp_update()
285 /* cubic function - calc bictcp_cnt*/ in bictcp_update()
293 * The initial growth of cubic function may be too conservative in bictcp_update()
318 /* The maximum rate of cwnd increase CUBIC allows is 1 packet per in bictcp_update()
485 .name = "cubic",
556 MODULE_DESCRIPTION("CUBIC TCP");