From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: libnl: nfqueue: add nfqueue specific socket allocation function Date: Thu, 23 Oct 2008 14:01:16 +0200 Message-ID: <20081023120115.GH20815@postel.suug.ch> References: <4900643C.6000501@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux Netdev List , Netfilter Development Mailinglist To: Patrick McHardy Return-path: Content-Disposition: inline In-Reply-To: <4900643C.6000501@trash.net> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org * Patrick McHardy 2008-10-23 13:47 > commit e92539843a0c7e5116254382626cce226bf2135e > Author: Patrick McHardy > Date: Thu Oct 23 13:46:16 2008 +0200 > > libnl: nfqueue: add nfqueue specific socket allocation function > > nfqueue users usually send verdict messages from the receive callback. > When waiting for ACKs, the receive callback might be called again > recursively until the stack blows up. > > Add a nfqueue specific socket allocation function that automatically > disables ACKing for the socket. > > Signed-off-by: Patrick McHardy Applied, thanks Patrick.