From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf van der Spek Subject: Re: [PATCH 1/2] syncookies: print synflood warning if syn queue is full Date: Wed, 27 Jan 2010 18:01:24 +0100 Message-ID: References: <1255722570-12803-1-git-send-email-fw@strlen.de> <20091208.130959.138311725.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: netdev@vger.kernel.org To: Florian Westphal Return-path: Received: from mail-fx0-f215.google.com ([209.85.220.215]:34555 "EHLO mail-fx0-f215.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755571Ab0A0RB0 (ORCPT ); Wed, 27 Jan 2010 12:01:26 -0500 Received: by fxm7 with SMTP id 7so2845161fxm.28 for ; Wed, 27 Jan 2010 09:01:24 -0800 (PST) In-Reply-To: <20091208.130959.138311725.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Dec 8, 2009 at 10:09 PM, David Miller wrote: > From: Olaf van der Spek > Date: Tue, 8 Dec 2009 15:47:59 +0100 > >> On Fri, Oct 16, 2009 at 8:49 PM, Florian Westphal wrote: >>> Always print a warning if the syn queue is full, just like >>> the tcp/ipv6 code does. >>> >>> The "want_cookie" define is no longer needed -- gcc >>> removes the relevant branches in the CONFIG_SYN_COOKIES=n case. >>> >>> Signed-off-by: Florian Westphal >> >> Any comments? > > You patch isn't even in patchwork any more, so for one thing > it's definitely not in my queue any more. Florian?