diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-21 12:30:36 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-25 20:54:14 -0500 |
| commit | f064eb89cf8e08f67b486be915a9fb31e51b70a5 (patch) | |
| tree | 6f8f7f80cf4e1b44555e66cc82654c3ff4f07c5f /man7/tcp.7 | |
| parent | d6d58656220f3ee24990e88dd9f37967a46fb290 (diff) | |
| download | man-pages-f064eb89cf8e08f67b486be915a9fb31e51b70a5.tar.gz | |
tcp.7: Document /proc file tcp_available_congestion_control (new in Linux 2.4.20)
Text taken from Documentation/networking/ip-sysctl.txt
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/tcp.7')
| -rw-r--r-- | man7/tcp.7 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7 index 7005795afc..7402590e75 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -248,6 +248,16 @@ The list is a subset of those listed in The default value for this list is "reno" plus the default setting of .IR tcp_congestion_control . .TP +.IR tcp_available_congestion_control " (String; read-only; since Linux 2.4.20)" +.\" The following is from 2.6.28-rc4: Documentation/networking/ip-sysctl.txt +Shows a list of the congestion-control algorithms +that are registered. +.\" FIXME How are the items in this delimited? Null bytes, spaces, commas? +This list is a limiting set for the list in +.IR tcp_allowed_congestion_control . +More congestion-control algorithms may be available as modules, +but not loaded. +.TP .IR tcp_app_win " (integer; default: 31)" This variable defines how many bytes of the TCP window are reserved for buffering |
