Lines Matching full:algorithm

38 dynamically change the congestion control algorithm used by new and existing
43 Algorithm modules can be compiled into the kernel or loaded as kernel modules
48 The default algorithm is CUBIC, and all connections use the default unless
60 Algorithm specific parameters can be set or queried using the
65 Callers must pass a pointer to an algorithm specific data, and specify
86 .It Va algorithm
87 Returns the current default congestion control algorithm when read, and changes
89 When attempting to change the default algorithm, this variable should be set to
133 algorithm built into it via kernel option and a system default specified.
139 This directive loads the NewReno congestion control algorithm.
141 This directive loads the CUBIC congestion control algorithm and is included
144 This directive loads the vegas congestion control algorithm, note that
145 this algorithm also requires the TCP_HHOOK option as well.
147 This directive loads the cdg congestion control algorithm, note that
148 this algorithm also requires the TCP_HHOOK option as well.
150 This directive loads the dctcp congestion control algorithm.
152 This directive loads the hd congestion control algorithm, note that
153 this algorithm also requires the TCP_HHOOK option as well.
155 This directive loads the chd congestion control algorithm, note that
156 this algorithm also requires the TCP_HHOOK option as well.
158 This directive loads the htcp congestion control algorithm.
160 This directive specifies the string that represents the name of the system default algorithm, the G…