netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 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

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).