From 1d6d37ced8828bd33efeeeda598030d709a66a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 16 Jul 2021 17:53:28 +0200 Subject: [PATCH] tcp.7: remove tcp_tso_win_divisor option --- man-pages/man7/tcp.7 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/man-pages/man7/tcp.7 b/man-pages/man7/tcp.7 index 0ff5030..e5cc587 100644 --- a/man-pages/man7/tcp.7 +++ b/man-pages/man7/tcp.7 @@ -863,16 +863,6 @@ This parameter controls what percentage of the congestion window can be consumed by a single TCP Segmentation Offload (TSO) frame. The setting of this parameter is a tradeoff between burstiness and building larger TSO frames. -.TP -.IR tcp_tw_recycle " (Boolean; default: disabled; Linux 2.4 to 4.11)" -.\" Since 2.3.15 -.\" 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 -timestamps (devices behind NAT, devices with per-connection timestamp -offsets). -See RFC 1323 (PAWS) and RFC 6191. .\" .\" The following is from 2.6.12: Documentation/networking/ip-sysctl.txt .TP -- 2.31.1