]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
new ULOG revision: supports in-kernel batching of packets and netlink multipart messages
authorHarald Welte <laforge@gnumonks.org>
Tue, 30 Jan 2001 12:05:09 +0000 (12:05 +0000)
committerHarald Welte <laforge@gnumonks.org>
Tue, 30 Jan 2001 12:05:09 +0000 (12:05 +0000)
iptables.8

index 1a7f81029bf23132e9a753d9a6616874db490b89..3ea3bd9379b034e2583836624ee207ee9fc0e5e5 100644 (file)
@@ -714,16 +714,23 @@ through a
 socket. One or more userspace processes may then subscribe to various 
 multicast groups and receive the packets.
 .TP
-.BI "--ulog-nlgroup" "<nlgroup>"
+.BI "--ulog-nlgroup " "<nlgroup>"
 This specifies the netlink group (1-32) to which the packet is sent.
+Default value is 1.
 .TP
-.BI "--ulog-prefix" "<prefix>"
+.BI "--ulog-prefix " "<prefix>"
 Prefix log messages with the specified prefix; up to 32 characters
 long, and useful fro distinguishing messages in the logs.
 .TP
-.BI "--ulog-cprange" "<size>"
+.BI "--ulog-cprange " "<size>"
 Number of bytes to be copied to userspace. A value of 0 always copies
-the entire packet, regardless of its size.
+the entire packet, regardless of its size. Default is 0
+.TP
+.BI "--ulog-qthreshold " "<size>"
+Number of packet to queue inside kernel. Setting this value to, e.g. 10
+accumulates ten packets inside the kernel and transmits them as one
+netlink multpart message to userspace.  Default is 1 (for backwards 
+compatibility)
 .SH DIAGNOSTICS
 Various error messages are printed to standard error.  The exit code
 is 0 for correct functioning.  Errors which appear to be caused by