diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-12-17 19:08:59 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-12-17 19:08:59 +0100 |
commit | a3c63cd051503207459ba01cddb7e468d6ac10e3 (patch) | |
tree | 6bd5ee72e9ed645e4c5b6c69ebc70f8f13813baa /doc | |
parent | 789cfad661f4fbaa97384efa5843a60027b1ec91 (diff) | |
download | conntrack-tools-a3c63cd051503207459ba01cddb7e468d6ac10e3.tar.gz conntrack-tools-a3c63cd051503207459ba01cddb7e468d6ac10e3.zip |
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 <pablo@netfilter.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 8 |
1 files changed, 6 insertions, 2 deletions
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 |