From a63f5181807803ffdd879edca9fd4d73c4be35f3 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 17 Jan 2009 18:24:57 +0100 Subject: ftfw: add ResendQueueSize and deprecate ResendBufferSize clauses This patch adds ResendQueueSize, which sets the number of objects that can be stored in the resend queue waiting to be confirmed. The ResendBufferSize clause has been deprecated. Signed-off-by: Pablo Neira Ayuso --- doc/sync/ftfw/conntrackd.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf index 77ef76c..4fd86d7 100644 --- a/doc/sync/ftfw/conntrackd.conf +++ b/doc/sync/ftfw/conntrackd.conf @@ -4,14 +4,15 @@ Sync { Mode FTFW { # - # Size of the buffer that hold control messages for - # possible resends (in bytes). Under message omission, - # this size determines the length of the history window - # of control message. Control messages are 16 bytes long, - # so that we keep a history of 262144/16 = 16384 control - # messages. + # Size of the resend queue (in objects). This is the maximum + # number of objects that can be stored waiting to be confirmed + # via acknoledgment. If you keep this value low, the daemon + # will have less chances to recover state-changes under message + # omission. On the other hand, if you keep this value high, + # the daemon will consume more memory to store dead objects. + # Default is 131072 objects. # - ResendBufferSize 262144 + # ResendQueueSize 131072 # # Entries committed to the connection tracking table -- cgit v1.2.3