mirror of
https://github.com/apache/nifi.git
synced 2025-03-04 08:29:55 +00:00
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:
parent
a7546a7095
commit
2179d16bdc
@ -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"
|
||||
----
|
||||
|
Loading…
x
Reference in New Issue
Block a user