summaryrefslogtreecommitdiffstats
path: root/ulogd/ulogd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ulogd/ulogd.conf')
-rw-r--r--ulogd/ulogd.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/ulogd/ulogd.conf b/ulogd/ulogd.conf
index a3a998a..e06a3ae 100644
--- a/ulogd/ulogd.conf
+++ b/ulogd/ulogd.conf
@@ -1,5 +1,5 @@
# Example configuration for ulogd
-# $Id: ulogd.conf,v 1.6 2001/10/02 16:39:17 laforge Exp $
+# $Id: ulogd.conf,v 1.7 2002/07/30 07:04:12 laforge Exp $
#
######################################################################
@@ -15,6 +15,10 @@ 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
+# in-kernel buffer (ipt_ULOG.o 'nlbufsiz' parameter)
+bufsize 65535
+
######################################################################
# PLUGIN OPTIONS
######################################################################