From 8f80ed06233bac73891f6cf9d94f1d6d95d2bd40 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 28 Jan 2009 00:16:39 +0100 Subject: Add threshold and timeout option to NFLOG plugin. This patch adds support for setting NFLOG threshold and timeout from ulogd. --- ulogd.conf.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ulogd.conf.in') diff --git a/ulogd.conf.in b/ulogd.conf.in index 3bb0ee8..27c7add 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -104,6 +104,10 @@ hash_enable=0 group=0 #netlink_socket_buffer_size=217088 #netlink_socket_buffer_maxsize=1085440 +# set number of packet to queue inside kernel +#netlink_qthreshold=1 +# set the delay before flushing packet in the queue inside kernel (in ms) +#netlink_qtimeout=1000 # packet logging through NFLOG for group 1 [log2] -- cgit v1.2.3