From a3c63cd051503207459ba01cddb7e468d6ac10e3 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 17 Dec 2008 19:08:59 +0100 Subject: doc: better documentation about ResendBufferSize This patch replaces "destroy" by "control" messages. Actually, the resend queue contains the maximum amount of control messages that we store to resend them in case of message omission. This patch also clarifies which is a good size to have. Signed-off-by: Pablo Neira Ayuso --- doc/sync/ftfw/conntrackd.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf index d415fcd..047ea48 100644 --- a/doc/sync/ftfw/conntrackd.conf +++ b/doc/sync/ftfw/conntrackd.conf @@ -4,8 +4,12 @@ Sync { Mode FTFW { # - # Size of the buffer that hold destroy messages for - # possible resends (in bytes) + # 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. # ResendBufferSize 262144 -- cgit v1.2.3