From 7242913eb71a31b229ad6e42130fc9c10a53e1d7 Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 4 May 2003 10:00:10 +0000 Subject: add support for setting of SO_RCVBUF socket option to libipulog and ulogd (rmem config file entry) --- ulogd.conf.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ulogd.conf.in') diff --git a/ulogd.conf.in b/ulogd.conf.in index c1b3bbb..0a6b1e3 100644 --- a/ulogd.conf.in +++ b/ulogd.conf.in @@ -1,5 +1,5 @@ # Example configuration for ulogd -# $Id: ulogd.conf,v 1.8 2002/07/30 07:15:54 laforge Exp $ +# $Id: ulogd.conf.in,v 1.1 2003/04/27 07:47:26 laforge Exp $ # ###################################################################### @@ -15,9 +15,12 @@ logfile /var/log/ulogd.log # loglevel: debug(1), info(3), notice(5), error(7) or fatal(8) loglevel 5 -# libipulog receive buffer size (should be at least the size of the +# socket receive buffer size (should be at least the size of the # in-kernel buffer (ipt_ULOG.o 'nlbufsiz' parameter) -bufsize 65535 +rmem 131071 + +# libipulog/ulogd receive buffer size, should be > rmem +bufsize 150000 ###################################################################### # PLUGIN OPTIONS -- cgit v1.2.3