Displaying 1 result from an estimated 1 matches for "nfq_set_queue_maxlen".
2016 Feb 17
0
[Bug 980] BUG!!! nf_queue: full at 1024 entries, dropping packets(s). Dropped: 998887
...--------------------------
Status|NEW |RESOLVED
CC| |pablo at netfilter.org
Resolution|--- |WONTFIX
--- Comment #2 from Pablo Neira Ayuso <pablo at netfilter.org> ---
You can use nfq_set_queue_maxlen() to get a larger queue size. Moreover, have a
look at queue balancing and fanout options to parallelize processing.
There's also a bypass option so packets are not dropped in case they cannot be
enqueued to userspace.
You can also set the zero copy option.
Please, have a look at the documen...