diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-21 12:29:37 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-25 20:54:14 -0500 |
| commit | d6d58656220f3ee24990e88dd9f37967a46fb290 (patch) | |
| tree | c8912856eae9f8a3681ceaed84ed6ca2b7a50eba | |
| parent | e0190be6112bbaaec61c92ff2e197c3e20541ed3 (diff) | |
| download | man-pages-d6d58656220f3ee24990e88dd9f37967a46fb290.tar.gz | |
tcp.7: Document /proc file tcp_allowed_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>
| -rw-r--r-- | man7/tcp.7 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7 index 34dd7ef2d7..7005795afc 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -236,6 +236,18 @@ default value of 2 implies that the space used for the application buffer is one fourth that of the total. .TP +.IR tcp_allowed_congestion_control " (String; default: see text; since Linux 2.4.20)" +.\" The following is from 2.6.28-rc4: Documentation/networking/ip-sysctl.txt +Show/set the congestion control choices available to non-privileged +processes (see the description of the +.B TCP_CONGESTION +socket option). +The list is a subset of those listed in +.IR tcp_available_congestion_control . +.\" FIXME How are the items in this delimited? Null bytes, spaces, commas? +The default value for this list is "reno" plus the default setting of +.IR tcp_congestion_control . +.TP .IR tcp_app_win " (integer; default: 31)" This variable defines how many bytes of the TCP window are reserved for buffering |
