From 9541aef846b808a43b6e32b9ec3a41fa6d87d36f Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 15 Feb 2009 16:11:28 +0100 Subject: 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 --- doc/sync/ftfw/conntrackd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 } # -- cgit v1.2.3