From: Pavel Emelyanov <xemul@openvz.org>
To: Willy Tarreau <w@1wt.eu>
Cc: David Miller <davem@davemloft.net>, netdev@vger.kernel.org
Subject: Re: [PATCH] add a sysctl to disable TCP simultaneous connection opening
Date: Wed, 08 Oct 2008 16:16:44 +0400 [thread overview]
Message-ID: <48ECA4AC.1010101@openvz.org> (raw)
In-Reply-To: <20081008081109.GA25342@1wt.eu>
> 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 {
next prev parent reply other threads:[~2008-10-08 12:17 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-08 8:11 [PATCH] add a sysctl to disable TCP simultaneous connection opening Willy Tarreau
[not found] ` <20081008081109.GA25342-K+wRfnb2/UA@public.gmane.org>
2008-10-08 9:19 ` Michael Kerrisk
2008-10-08 11:54 ` Stephen Hemminger
2008-10-08 12:10 ` Willy Tarreau
2008-10-09 16:21 ` Rémi Denis-Courmont
2008-10-09 21:42 ` Willy Tarreau
2008-10-10 7:59 ` Rémi Denis-Courmont
2008-10-10 8:10 ` Willy Tarreau
2008-10-10 8:44 ` Rémi Denis-Courmont
2008-10-10 8:57 ` Willy Tarreau
2008-10-08 12:16 ` Pavel Emelyanov [this message]
2008-10-08 12:26 ` Willy Tarreau
2008-10-08 12:32 ` Pavel Emelyanov
2008-10-08 12:56 ` Willy Tarreau
2008-10-08 15:50 ` Randy Dunlap
2008-10-08 16:04 ` Willy Tarreau
2008-10-08 16:42 ` David Miller
2008-10-08 17:07 ` Willy Tarreau
2008-10-08 18:21 ` David Miller
2008-10-08 18:24 ` Willy Tarreau
2008-10-09 3:49 ` Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48ECA4AC.1010101@openvz.org \
--to=xemul@openvz.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=w@1wt.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).