* cthelper's and default QueueLen -- bug?
@ 2015-05-07 14:41 Chas Williams III
2015-05-17 15:24 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Chas Williams III @ 2015-05-07 14:41 UTC (permalink / raw)
To: netfilter-devel@vger.kernel.org
conntracked.conf states that the default QueueLen is 1024.
# Maximum number of packets waiting in the queue to receive
# a verdict from user-space. Default is 1024.
However, if the config file doesn't specify a queue length, the
default length is zero (due to the calloc() allocation). The
queue always seems to be pushed up to the kernel regardless
in cthelper_nfqueue_setup() so the kernel default is overwritten.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: cthelper's and default QueueLen -- bug?
2015-05-07 14:41 cthelper's and default QueueLen -- bug? Chas Williams III
@ 2015-05-17 15:24 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2015-05-17 15:24 UTC (permalink / raw)
To: Chas Williams III; +Cc: netfilter-devel@vger.kernel.org
On Thu, May 07, 2015 at 08:41:55AM -0600, Chas Williams III wrote:
> conntracked.conf states that the default QueueLen is 1024.
>
> # Maximum number of packets waiting in the queue to receive
> # a verdict from user-space. Default is 1024.
>
> However, if the config file doesn't specify a queue length, the
> default length is zero (due to the calloc() allocation). The
> queue always seems to be pushed up to the kernel regardless
> in cthelper_nfqueue_setup() so the kernel default is overwritten.
Would you send a patch that I can apply via git am to fix this?
Thanks for reporting.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-17 15:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-07 14:41 cthelper's and default QueueLen -- bug? Chas Williams III
2015-05-17 15:24 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).