NIFI-12607 This closes #8243. remove kernel 2.6 TIMED_WAIT documentation

Signed-off-by: Joseph Witt <joewitt@apache.org>
This commit is contained in:
theBestAndrew 2024-01-12 16:23:48 -05:00 committed by Joseph Witt
parent a7546a7095
commit 2179d16bdc
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A

View File

@ -159,12 +159,6 @@ Set how long sockets stay in a TIMED_WAIT state when closed::
You don't want your sockets to sit and linger too long given that you want to be
able to quickly setup and teardown new sockets. It is a good idea to read more about
it and adjust to something like
for kernel 2.6
----
sudo sysctl -w net.ipv4.netfilter.ip_conntrack_tcp_timeout_time_wait="1"
----
for kernel 3.0
----
sudo sysctl -w net.netfilter.nf_conntrack_tcp_timeout_time_wait="1"
----