summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-07-22 20:17:28 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2009-07-22 20:17:28 +0200
commitf4a480e7cb3ed06b004e9d37f803ca35a7f334e1 (patch)
treeecd0214ff4a79cbe3d7aa6fbbe86675508f768b2 /ulogd.conf.in
parentde30adc389621c49e7b77bfdf550d0b1c0804448 (diff)
NFCT: add configurable option to set the value of the resynchronization timer
This patch adds `netlink_resync_timeout' that allows you to set the number of seconds that we wait to perform a resynchronization due to a netlink overrun. This patch changes the default timeout from 2 to 60 seconds (less agressive). Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index 2be1c58..4542fc4 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -91,6 +91,7 @@ plugin="@libdir@/ulogd/ulogd_raw2packet_BASE.so"
[ct1]
#netlink_socket_buffer_size=217088
#netlink_socket_buffer_maxsize=1085440
+#netlink_resync_timeout=60 # seconds to wait to perform resynchronization
[ct2]
#netlink_socket_buffer_size=217088