]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
NFCT: remove unused constant NFLOG_RMEM_DEFAULT
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 22 Oct 2008 13:23:55 +0000 (15:23 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 22 Oct 2008 13:23:55 +0000 (15:23 +0200)
This patch removes NFLOG_RMEM_DEFAULT which is a reminiscent of the
initial development of NFLOG which is based on the ULOG plugin.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
input/packet/ulogd_inppkt_NFLOG.c

index 200aab713f331d5d1bf5c132f2c47d56ca7fc57a..39f915a6becabc1032a1b9b835408eba708ed324 100644 (file)
 #define NFLOG_GROUP_DEFAULT    0
 #endif
 
-/* Size of the socket receive memory.  Should be at least the same size as the
- * 'nlbufsiz' parameter of nfnetlink_log.ko
- * If you have _big_ in-kernel queues, you may have to increase this number.  (
- * --qthreshold 100 * 1500 bytes/packet = 150kB  */
-#define NFLOG_RMEM_DEFAULT     131071
-
 /* Size of the receive buffer for the netlink socket.  Should be at least of
  * RMEM_DEFAULT size.  */
 #define NFLOG_BUFSIZE_DEFAULT  150000