diff options
| author | Nicolas Fran�ois <nicolas.francois@centraliens.net> | 2009-09-27 09:26:40 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2009-09-28 12:46:27 +0200 |
| commit | 7b67ce431aeaaf6af09dd2b22152cbc6e48dc343 (patch) | |
| tree | ae6b56dd6f4b367e86ea58635d2a6381f541973b /man7/tcp.7 | |
| parent | 669cf85752501aa5839eb6844e572875b63f3736 (diff) | |
| download | man-pages-7b67ce431aeaaf6af09dd2b22152cbc6e48dc343.tar.gz | |
tcp.7: Minor fixes
tcp_congestion_control is not a boolean. The default is explained in the
text. It cannot be enabled by default.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/tcp.7')
| -rw-r--r-- | man7/tcp.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7 index b3a486b035..8cbe76170a 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -296,7 +296,7 @@ Below this threshold BIC TCP behaves the same as the default TCP Reno. Forces BIC TCP to more quickly respond to changes in congestion window. Allows two flows sharing the same connection to converge more rapidly. .TP -.IR tcp_congestion_control " (String; default: enabled; since Linux 2.4.13)" +.IR tcp_congestion_control " (String; default: see text; since Linux 2.4.13)" .\" The following is from 2.6.28-rc4: Documentation/networking/ip-sysctl.txt Set the default congestion-control algorithm to be used for new connections. The algorithm "reno" is always available, |
