summaryrefslogtreecommitdiffstats
path: root/ulogd.conf
diff options
context:
space:
mode:
authorlaforge <laforge>2002-07-30 07:15:54 +0000
committerlaforge <laforge>2002-07-30 07:15:54 +0000
commit6c7d2f84d5b4ae46a30da77a3e7930b1154a74e9 (patch)
treea841c5701ca0978aba174a8b885ac2bcdbbeb99d /ulogd.conf
parent0d651cd0de8c6c35e9696d36a4636b54e5f61c13 (diff)
make MYBUFSIZ constant a configuration parameter (bogdan dobrota)
Diffstat (limited to 'ulogd.conf')
-rw-r--r--ulogd.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/ulogd.conf b/ulogd.conf
index a3a998a..e06a3ae 100644
--- a/ulogd.conf
+++ b/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
######################################################################