This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 2179d16bdc NIFI-12607 This closes #8243. remove kernel 2.6 TIMED_WAIT 
documentation
2179d16bdc is described below

commit 2179d16bdc3b79b34fce111ce6272561faec08c5
Author: theBestAndrew <13425633+thebestand...@users.noreply.github.com>
AuthorDate: Fri Jan 12 16:23:48 2024 -0500

    NIFI-12607 This closes #8243. remove kernel 2.6 TIMED_WAIT documentation
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc 
b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index 332290f382..8da36bdcbd 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -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"
 ----

Reply via email to