summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-12-17 19:08:59 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2008-12-17 19:08:59 +0100
commita3c63cd051503207459ba01cddb7e468d6ac10e3 (patch)
tree6bd5ee72e9ed645e4c5b6c69ebc70f8f13813baa
parent789cfad661f4fbaa97384efa5843a60027b1ec91 (diff)
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>
-rw-r--r--doc/sync/ftfw/conntrackd.conf8
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