summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-10-22 15:23:55 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2008-10-22 15:23:55 +0200
commita45ad8e5b5fe4e9392f44dbcd398565e434c868e (patch)
tree8158b91e476042efd8891463dbb1e6c5893d918c /input
parentbea171e5eb656cd0a46f460396af6c054541b110 (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'input')
-rw-r--r--input/packet/ulogd_inppkt_NFLOG.c6
1 files changed, 0 insertions, 6 deletions
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