From baa74c54acc5a244ccc27b8919568618019fcfaa Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 9 Feb 2009 21:56:00 +0100 Subject: nflog: adjust unit which was inaccurate. Timeout unit is 10ms and not 1ms. This patch fixes an invalid comment in the configuration file. --- ulogd.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ulogd.conf.in') diff --git a/ulogd.conf.in b/ulogd.conf.in index 27c7add..2be1c58 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -106,8 +106,8 @@ group=0 #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 +# set the delay before flushing packet in the queue inside kernel (in 10ms) +#netlink_qtimeout=100 # packet logging through NFLOG for group 1 [log2] -- cgit v1.2.3