diff options
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index fd3c0c012351..db4280856588 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -351,10 +351,16 @@ tcp_frto - BOOLEAN | |||
351 | where packet loss is typically due to random radio interference | 351 | where packet loss is typically due to random radio interference |
352 | rather than intermediate router congestion. | 352 | rather than intermediate router congestion. |
353 | 353 | ||
354 | tcp_available_congestion_control - STRING | ||
355 | Shows the available congestion control choices that are registered. | ||
356 | More congestion control algorithms may be available as modules, | ||
357 | but not loaded. | ||
358 | |||
354 | tcp_congestion_control - STRING | 359 | tcp_congestion_control - STRING |
355 | Set the congestion control algorithm to be used for new | 360 | Set the congestion control algorithm to be used for new |
356 | connections. The algorithm "reno" is always available, but | 361 | connections. The algorithm "reno" is always available, but |
357 | additional choices may be available based on kernel configuration. | 362 | additional choices may be available based on kernel configuration. |
363 | Default is set as part of kernel configuration. | ||
358 | 364 | ||
359 | somaxconn - INTEGER | 365 | somaxconn - INTEGER |
360 | Limit of socket listen() backlog, known in userspace as SOMAXCONN. | 366 | Limit of socket listen() backlog, known in userspace as SOMAXCONN. |