tcp.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-14 14:48:10 +02:00
parent 119ae98fdb
commit 32938e1c3c
1 changed files with 6 additions and 3 deletions

View File

@ -865,11 +865,14 @@ The setting of this parameter is a tradeoff between burstiness and
building larger TSO frames. building larger TSO frames.
.TP .TP
.IR tcp_tw_recycle " (Boolean; default: disabled; Linux 2.4 to 4.11)" .IR tcp_tw_recycle " (Boolean; default: disabled; Linux 2.4 to 4.11)"
.\" Since 2.3.15; removed in 4.12; commit 4396e46187ca5070219b81773c4e65088dac50cc .\" Since 2.3.15
Enable fast recycling of TIME_WAIT sockets. Enabling this option is .\" removed in 4.12; commit 4396e46187ca5070219b81773c4e65088dac50cc
Enable fast recycling of TIME_WAIT sockets.
Enabling this option is
not recommended as the remote IP may not use monotonically increasing not recommended as the remote IP may not use monotonically increasing
timestamps (devices behind NAT, devices with per-connection timestamp timestamps (devices behind NAT, devices with per-connection timestamp
offsets). See RFC 1323 (PAWS), RFC 6191. offsets).
See RFC 1323 (PAWS), RFC 6191.
.\" .\"
.\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt .\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt
.TP .TP