summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/sync/ftfw/conntrackd.conf15
1 files changed, 8 insertions, 7 deletions
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