summaryrefslogtreecommitdiffstats
path: root/ulogd.conf.in
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2008-09-12 00:18:22 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-09-12 00:18:22 +0200
commit69ad5477db96a24c216f1f6305ddc0d2fd902e06 (patch)
treee16e73cdbbfd5e5db6a1a8552df8f273a1e3d886 /ulogd.conf.in
parent15d9d1a49e08a5a17e918d20733c2a1d77b8048d (diff)
config: remove obsolete global variables
'rmem' and 'bufsize' global variables are unherited from ulogd1 and are not used anymore. This patch suppresses them from the example configuration file. Signed-off-by: Eric Leblond <eric@inl.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'ulogd.conf.in')
-rw-r--r--ulogd.conf.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/ulogd.conf.in b/ulogd.conf.in
index a32234d..d2b18d4 100644
--- a/ulogd.conf.in
+++ b/ulogd.conf.in
@@ -14,13 +14,6 @@ logfile="/var/log/ulogd.log"
# loglevel: debug(1), info(3), notice(5), error(7) or fatal(8)
loglevel=1
-# socket receive buffer size (should be at least the size of the
-# in-kernel buffer (ipt_ULOG.o 'nlbufsiz' parameter)
-rmem=131071
-
-# libipulog/ulogd receive buffer size, should be > rmem
-bufsize=150000
-
######################################################################
# PLUGIN OPTIONS
######################################################################