Re: [net-next PATCH v3 3/3] net: TCP thin dupack

From: Ilpo Järvinen
Date: Fri Feb 12 2010 - 06:43:25 EST


On Fri, 12 Feb 2010, William Allen Simpson wrote:

> Andreas Petlund wrote:
> > diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
> > index 28e0296..c5a73ab 100644
> > --- a/net/ipv4/tcp_input.c
> > +++ b/net/ipv4/tcp_input.c
> > @@ -89,6 +89,8 @@ int sysctl_tcp_frto __read_mostly = 2;
> > int sysctl_tcp_frto_response __read_mostly;
> > int sysctl_tcp_nometrics_save __read_mostly;
> > +int sysctl_tcp_force_thin_dupack __read_mostly;
> > +
> > int sysctl_tcp_moderate_rcvbuf __read_mostly = 1;
>
> Where is the sysctl initialized?

...That's offloaded to the compiler, like is done with some of the above
ones too. There's nothing to worry in that.

--
i.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/