Blame SOURCES/1981853-mpo-8.5.0.1-tcp.7.patch

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