From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [PATCH] add a sysctl to disable TCP simultaneous connection opening Date: Wed, 08 Oct 2008 16:16:44 +0400 Message-ID: <48ECA4AC.1010101@openvz.org> References: <20081008081109.GA25342@1wt.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: David Miller , netdev@vger.kernel.org To: Willy Tarreau Return-path: Received: from sacred.ru ([62.205.161.221]:35739 "EHLO sacred.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751299AbYJHMRe (ORCPT ); Wed, 8 Oct 2008 08:17:34 -0400 In-Reply-To: <20081008081109.GA25342@1wt.eu> Sender: netdev-owner@vger.kernel.org List-ID: > diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h > index d0437f3..0e23062 100644 > --- a/include/linux/sysctl.h > +++ b/include/linux/sysctl.h > @@ -435,6 +435,7 @@ enum > NET_TCP_ALLOWED_CONG_CONTROL=123, > NET_TCP_MAX_SSTHRESH=124, > NET_TCP_FRTO_RESPONSE=125, > + NET_TCP_SIMULT_CONNECT=126, Minor - sysctl syscall (as long as numbers and ->strategy callbacks) are about to be removed some time, so new sysctls are to be CTL_UNNUMBERED. > }; > > enum {