summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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