Lines Matching full:congestion
36 .Nd CUBIC Congestion Control Algorithm
38 The CUBIC congestion control algorithm was designed to provide increased
40 The CUBIC congestion control algorithm is the default for TCP.
44 The congestion window is increased as a function of the time elapsed since the
45 last congestion event.
47 with the inflection point set to be the congestion window value reached at the
48 last congestion event.
49 CUBIC also calculates an estimate of the congestion window that NewReno would
50 have achieved at a given time after a congestion event.
51 When updating the congestion window, the algorithm will choose the larger of the
54 CUBIC also backs off less on congestion by changing the multiplicative decrease
99 congestion control module first appeared in
102 This became the default congestion algorithm for FreeBSD in version
117 congestion control module and this manual page were written by