Lines Matching refs:control
9 - Congestion control
12 Congestion control
15 The following variables are used in the tcp_sock for congestion control:
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
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);
64 If you remove a tcp congestion control module, then you will get the next
75 We keep a set of control flags