summaryrefslogtreecommitdiffstats
path: root/doc/sync/ftfw/conntrackd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sync/ftfw/conntrackd.conf')
-rw-r--r--doc/sync/ftfw/conntrackd.conf17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index 6a54539..81f2de1 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -50,14 +50,15 @@ Sync {
# ACKWindowSize 300
#
- # This clause allows you to disable the external cache. Thus, the
- # state entries are directly injected into the kernel conntrack
- # table. As a result, you save memory in user-space but you consume
- # slots in the kernel conntrack table for backup state entries.
- # Moreover, disabling the external cache means more CPU consumption.
- # You need a Linux kernel >= 2.6.29 to use this feature. By default,
- # this clause is set off. If you are installing conntrackd for first
- # time, please read the user manual and I encourage you to consider
+ # This clause allows you to disable the external cache. Thus,
+ # the state entries are directly injected into the kernel
+ # conntrack table. As a result, you save memory in user-space
+ # but you consume slots in the kernel conntrack table for
+ # backup state entries. Moreover, disabling the external cache
+ # means more CPU consumption. You need a Linux kernel
+ # >= 2.6.29 to use this feature. By default, this clause is
+ # set off. If you are installing conntrackd for first time,
+ # please read the user manual and I encourage you to consider
# using the fail-over scripts instead of enabling this option!
#
# DisableExternalCache Off