netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: ebiederm@xmission.com (Eric W. Biederman)
To: chavey@google.com
Cc: davem@davemloft.net, netdev@vger.kernel.org, therbert@google.com,
	joe@perches.com, eric.dumazet@gmail.com
Subject: Re: [PATCH] Add sysctl to set the advertised TCP initial receive window.
Date: Sat, 12 Dec 2009 19:27:49 -0800	[thread overview]
Message-ID: <m1pr6jmu2y.fsf@fess.ebiederm.org> (raw)
In-Reply-To: <pvmfx7jbn2h.fsf@chavey.mtv.corp.google.com> (chavey@google.com's message of "Wed\, 09 Dec 2009 18\:05\:42 -0800")

chavey@google.com writes:
>  
>  /* Update system visible IP port range */
>  static void set_local_port_range(int range[2])
> @@ -656,6 +658,16 @@ static struct ctl_table ipv4_table[] = {
>  		.mode		= 0644,
>  		.proc_handler	= proc_dointvec
>  	},
> +	{
> +		.ctl_name	= CTL_UNNUMBERED,
> +		.procname	= "tcp_init_rcv_wnd",
> +		.data 		= &sysctl_tcp_init_rcv_wnd,
> +		.maxlen 	= sizeof(int),
> +		.mode 		= 0644,
> +		.proc_handler 	= proc_dointvec_minmax,
> +		.extra1		= &zero,
> +		.extra2		= &tcp_init_rcv_wnd_max
> +	},
>  #ifdef CONFIG_NETLABEL
>  	{
>  		.ctl_name	= NET_CIPSOV4_CACHE_ENABLE,

It looks like this won't be solved with a sysctl now, but I want to
mention that ctl_name is now gone.  So this patch won't compile in
mainline any more.

Eric

  parent reply	other threads:[~2009-12-13  3:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-10  2:05 [PATCH] Add sysctl to set the advertised TCP initial receive window chavey
2009-12-10 16:57 ` Stephen Hemminger
2009-12-10 18:55   ` Joe Perches
2009-12-13  3:27 ` Eric W. Biederman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-12-09 20:13 chavey
2009-12-09 20:33 ` Eric Dumazet
2009-12-09 20:55   ` Joe Perches
2009-12-09 21:11     ` Eric Dumazet
2009-12-09  0:30 chavey
2009-12-09  0:59 ` Joe Perches
2009-12-08 22:40 chavey
2009-12-08 23:00 ` Joe Perches
2009-12-09 13:26 ` Andi Kleen
2009-12-09 18:05   ` Tom Herbert
     [not found]   ` <65634d660912091001s44016cccq4f2422e613ba9db9@mail.gmail.com>
2009-12-10  2:21     ` David Miller
2009-12-10 21:55       ` Laurent Chavey

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=m1pr6jmu2y.fsf@fess.ebiederm.org \
    --to=ebiederm@xmission.com \
    --cc=chavey@google.com \
    --cc=davem@davemloft.net \
    --cc=eric.dumazet@gmail.com \
    --cc=joe@perches.com \
    --cc=netdev@vger.kernel.org \
    --cc=therbert@google.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 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).