summaryrefslogtreecommitdiffstats
path: root/doc/sync/ftfw/conntrackd.conf
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-02-08 19:13:22 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-02-08 19:13:22 +0100
commitf3464ea99081fbe4f429f030ea99c60e2338c047 (patch)
treeb33666b18749ca5c92333bc7caac38c2bba3f924 /doc/sync/ftfw/conntrackd.conf
parentba2f8458ecfa0827e09a1c40c9e29868239fafa1 (diff)
netlink: add new option NetlinkOverrunResync
This patch adds NetlinkOverrunResync. This option can be used to set the amount of time after which the daemon resynchronizes itself with the kernel state-table if it detects a Netlink overrun. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/sync/ftfw/conntrackd.conf')
-rw-r--r--doc/sync/ftfw/conntrackd.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index 0021ea8..92cd9d1 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -201,6 +201,19 @@ General {
#
SocketBufferSizeMaxGrowth 8388608
+ #
+ # If the daemon detects that Netlink is dropping state-change events,
+ # it automatically schedules a resynchronization against the Kernel
+ # after 30 seconds (default value). Resynchronizations are expensive
+ # in terms of CPU consumption since the daemon has to get the full
+ # kernel state-table and purge state-entries that do not exist anymore.
+ # Be careful of setting a very small value here. You have the following
+ # choices: On (enabled, use default 30 seconds value), Off (disabled)
+ # or Value (in seconds, to set a specific amount of time). If not
+ # specified, the daemon assumes that this option is enabled.
+ #
+ # NetlinkOverrunResync On
+
#
# By default, the daemon receives state updates following an
# event-driven model. You can modify this behaviour by switching to