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

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