From f4a480e7cb3ed06b004e9d37f803ca35a7f334e1 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 22 Jul 2009 20:17:28 +0200 Subject: 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 --- ulogd.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ulogd.conf.in') 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 -- cgit v1.2.3