Lines Matching refs:congestion
15 The following variables are used in the tcp_sock for congestion control:
16 snd_cwnd The size of the congestion window
22 snd_cwnd_stamp Timestamp for when congestion window last validated.
24 congestion window is in use. It is used to adjust
28 As of 2.6.13, Linux supports pluggable congestion control algorithms.
29 A congestion control mechanism can be registered through functions in
30 tcp_cong.c. The functions used by the congestion control mechanism are
35 Private data for a congestion control mechanism is stored in tp->ca_priv.
41 There are three kinds of congestion control algorithms currently: The
43 provide an alternative the congestion window calculation. More complex
48 Good TCP congestion control is a complex problem because the algorithm
52 The method that is used to determine which congestion control mechanism is
54 The default congestion control will be the last one registered (LIFO);
62 unknown congestion method, then the sysctl attempt will fail.
64 If you remove a tcp congestion control module, then you will get the next