Messages in this thread |  | | Date | Mon, 27 Jan 2003 23:21:45 -0800 (PST) | From | Jim Treadway <> | 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, davem@nuts.ninka.net > > [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
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |