[ulogd2] NFCT: remove unused constant NFLOG_RMEM_DEFAULT

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Thu Oct 30 15:07:31 CET 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=ulogd2.git;a=commit;h=a45ad8e5b5fe4e9392f44dbcd398565e434c868e
commit a45ad8e5b5fe4e9392f44dbcd398565e434c868e
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Wed Oct 22 15:23:55 2008 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Wed Oct 22 15:23:55 2008 +0200

    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 at netfilter.org>
       via  a45ad8e5b5fe4e9392f44dbcd398565e434c868e (commit)
      from  bea171e5eb656cd0a46f460396af6c054541b110 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a45ad8e5b5fe4e9392f44dbcd398565e434c868e
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Wed Oct 22 15:23:55 2008 +0200

    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 at netfilter.org>

-----------------------------------------------------------------------

 input/packet/ulogd_inppkt_NFLOG.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
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 at netfilter.org>

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



More information about the netfilter-cvslog mailing list