diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-15 16:11:28 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-15 16:11:28 +0100 |
commit | 9541aef846b808a43b6e32b9ec3a41fa6d87d36f (patch) | |
tree | 19e2fb3453ce2abe8705f93475b6299f6ce1d985 /doc | |
parent | 7d355046d80aabb9d4b3e8c0eb4478882b69a497 (diff) | |
download | conntrack-tools-9541aef846b808a43b6e32b9ec3a41fa6d87d36f.tar.gz conntrack-tools-9541aef846b808a43b6e32b9ec3a41fa6d87d36f.zip |
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')
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 4 |
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 } # |