tcp.7: tcp_vegas_cong_avoid disappeared in Linux 2.6.13

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-21 15:27:00 -05:00
parent e965b1ce24
commit 867ccae351
1 changed files with 2 additions and 2 deletions

View File

@ -749,8 +749,8 @@ scaling with the other end during connection setup.
.\"
.\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt
.TP
.IR tcp_vegas_cong_avoid " (Boolean; default: disabled; since Linux 2.2)"
.\" Since 2.1.8
.IR tcp_vegas_cong_avoid " (Boolean; default: disabled; Linux 2.2 to 2.6.13)"
.\" Since 2.1.8; removed in 2.6.13
Enable TCP Vegas congestion avoidance algorithm.
TCP Vegas is a sender-side only change to TCP that anticipates
the onset of congestion by estimating the bandwidth.