summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2009-02-09 21:56:00 +0100
committerEric Leblond <eric@inl.fr>2009-03-06 20:31:22 +0100
commitbaa74c54acc5a244ccc27b8919568618019fcfaa (patch)
tree0625e90dc34e05cc127c056bbbb687f47c8f25de
parenta365c8d360be059382c7f35039defa36ebd54a13 (diff)
nflog: adjust unit which was inaccurate.
Timeout unit is 10ms and not 1ms. This patch fixes an invalid comment in the configuration file.
-rw-r--r--ulogd.conf.in4
1 files changed, 2 insertions, 2 deletions
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]