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>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:40 +02:00 committed by Michael Kerrisk
parent 669cf85752
commit 7b67ce431a
1 changed files with 1 additions and 1 deletions

View File

@ -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,