From a45ad8e5b5fe4e9392f44dbcd398565e434c868e Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Wed, 22 Oct 2008 15:23:55 +0200 Subject: NFCT: remove unused constant NFLOG_RMEM_DEFAULT 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 --- input/packet/ulogd_inppkt_NFLOG.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'input/packet/ulogd_inppkt_NFLOG.c') diff --git a/input/packet/ulogd_inppkt_NFLOG.c b/input/packet/ulogd_inppkt_NFLOG.c index 200aab7..39f915a 100644 --- a/input/packet/ulogd_inppkt_NFLOG.c +++ b/input/packet/ulogd_inppkt_NFLOG.c @@ -16,12 +16,6 @@ #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 -- cgit v1.2.3