From: Hannes Frederic Sowa <hannes@stressinduktion.org>
To: Stephen Hemminger <shemminger@vyatta.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] tcp: split tcp_ecn sysctl knob to distinguish between IPv4 and IPv6
Date: Tue, 1 Jan 2013 00:48:27 +0100 [thread overview]
Message-ID: <20121231234827.GC11700@order.stressinduktion.org> (raw)
In-Reply-To: <20121231140412.7dee9821@nehalam.linuxnetplumber.net>
On Mon, Dec 31, 2012 at 02:04:12PM -0800, Stephen Hemminger wrote:
> On Mon, 31 Dec 2012 18:35:33 +0100
> Hannes Frederic Sowa <hannes@stressinduktion.org> wrote:
>
> > diff --git a/include/net/sock.h b/include/net/sock.h
> > index 182ca99..aa3c30e 100644
> > --- a/include/net/sock.h
> > +++ b/include/net/sock.h
> > @@ -944,6 +944,7 @@ struct proto {
> > int *sysctl_rmem;
> > int max_header;
> > bool no_autobind;
> > + int ecn;
> >
> Why isn't this a bool?
It is a tristate: disable ecn(0), request ecn(1) and accept ecn(2).
next prev parent reply other threads:[~2012-12-31 23:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-31 17:35 [PATCH] tcp: split tcp_ecn sysctl knob to distinguish between IPv4 and IPv6 Hannes Frederic Sowa
2012-12-31 22:04 ` Stephen Hemminger
2012-12-31 23:48 ` Hannes Frederic Sowa [this message]
2012-12-31 22:05 ` Stephen Hemminger
2012-12-31 23:58 ` Hannes Frederic Sowa
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=20121231234827.GC11700@order.stressinduktion.org \
--to=hannes@stressinduktion.org \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.