2003-01-28 07:10:33

by Jim Treadway

[permalink] [raw]
Subject: Re: [TCP]: Add tcp_low_latency sysctl.

On Mon, 27 Jan 2003, Linux Kernel Mailing List wrote:

> ChangeSet 1.930.3.1, 2003/01/27 15:51:19-08:00, [email protected]

[SNIPPED]

> diff -Nru a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
> --- a/net/ipv4/sysctl_net_ipv4.c Mon Jan 27 21:32:28 2003
> +++ b/net/ipv4/sysctl_net_ipv4.c Mon Jan 27 21:32:28 2003
> @@ -223,6 +223,8 @@
> &sysctl_tcp_tw_reuse, sizeof(int), 0644, NULL, &proc_dointvec},
> {NET_TCP_FRTO, "tcp_frto",
> &sysctl_tcp_frto, sizeof(int), 0644, NULL, &proc_dointvec},
> + {NET_TCP_FRTO, "tcp_low_latency",
> + &sysctl_tcp_low_latency, sizeof(int), 0644, NULL, &proc_dointvec},
> {0}
> };

I think this should be NET_TCP_LOW_LATENCY instead of NET_TCP_FRTO. I
don't have a 2.5 kernel here or I'd send a patch, sorry.

Jim




2003-01-28 07:12:37

by Jim Treadway

[permalink] [raw]
Subject: Re: [TCP]: Add tcp_low_latency sysctl.

On Mon, 27 Jan 2003, Jim Treadway wrote:

> On Mon, 27 Jan 2003, Linux Kernel Mailing List wrote:
>
> > ChangeSet 1.930.3.1, 2003/01/27 15:51:19-08:00, [email protected]
>
> [SNIPPED]
>
> > diff -Nru a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c
> > --- a/net/ipv4/sysctl_net_ipv4.c Mon Jan 27 21:32:28 2003
> > +++ b/net/ipv4/sysctl_net_ipv4.c Mon Jan 27 21:32:28 2003
> > @@ -223,6 +223,8 @@
> > &sysctl_tcp_tw_reuse, sizeof(int), 0644, NULL, &proc_dointvec},
> > {NET_TCP_FRTO, "tcp_frto",
> > &sysctl_tcp_frto, sizeof(int), 0644, NULL, &proc_dointvec},
> > + {NET_TCP_FRTO, "tcp_low_latency",
> > + &sysctl_tcp_low_latency, sizeof(int), 0644, NULL, &proc_dointvec},
> > {0}
> > };
>
> I think this should be NET_TCP_LOW_LATENCY instead of NET_TCP_FRTO. I
> don't have a 2.5 kernel here or I'd send a patch, sorry.

Doh just saw the other patch. :O