From 69ad5477db96a24c216f1f6305ddc0d2fd902e06 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 12 Sep 2008 00:18:22 +0200 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- ulogd.conf.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ulogd.conf.in') 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 ###################################################################### -- cgit v1.2.3