summaryrefslogtreecommitdiffstats
path: root/doc/sync/ftfw/conntrackd.conf
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-02-15 16:11:28 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-02-15 16:11:28 +0100
commit9541aef846b808a43b6e32b9ec3a41fa6d87d36f (patch)
tree19e2fb3453ce2abe8705f93475b6299f6ce1d985 /doc/sync/ftfw/conntrackd.conf
parent7d355046d80aabb9d4b3e8c0eb4478882b69a497 (diff)
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@netfilter.org>
Diffstat (limited to 'doc/sync/ftfw/conntrackd.conf')
-rw-r--r--doc/sync/ftfw/conntrackd.conf4
1 files changed, 2 insertions, 2 deletions
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
}
#