[conntrack-tools] doc: unset ACKWindowSize in example configuration files

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Sun Feb 15 16:11:52 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=conntrack-tools.git;a=commit;h=9541aef846b808a43b6e32b9ec3a41fa6d87d36f
commit 9541aef846b808a43b6e32b9ec3a41fa6d87d36f
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Sun Feb 15 16:11:28 2009 +0100
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Sun Feb 15 16:11:28 2009 +0100

    doc: unset ACKWindowSize in example configuration files
    
    This patch unset ACKWindowSize since it already sets the clause
    to its default value.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  9541aef846b808a43b6e32b9ec3a41fa6d87d36f (commit)
      from  7d355046d80aabb9d4b3e8c0eb4478882b69a497 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9541aef846b808a43b6e32b9ec3a41fa6d87d36f
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Sun Feb 15 16:11:28 2009 +0100

    doc: unset ACKWindowSize in example configuration files
    
    This patch unset ACKWindowSize since it already sets the clause
    to its default value.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

 doc/sync/ftfw/conntrackd.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
This patch unset ACKWindowSize since it already sets the clause
to its default value.

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index a3f42a2..790026b 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -45,9 +45,9 @@ Sync {
 		# This results in more overhead in the queue releasing.
 		# The following value is based on some practical experiments
 		# measuring the cycles spent by the acknowledgment handling
-		# with oprofile.
+		# with oprofile. If not set, default window size is 300.
 		#
-		ACKWindowSize 300
+		# ACKWindowSize 300
 	}
 
 	#



More information about the netfilter-cvslog mailing list