Re: [PATCH] tcp: turn ABC off

2006-09-02 Thread Herbert Xu
Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > On Fri, Sep 01, 2006 at 01:55:15PM -0700, Stephen Hemminger ([EMAIL > PROTECTED]) wrote: >> diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c >> index 111ff39..159fa3f 100644 >> --- a/net/ipv4/tcp_input.c >> +++ b/net/ipv4/tcp_input.c >> @@ -89,

Re: [PATCH] tcp: turn ABC off

2006-09-02 Thread Evgeniy Polyakov
On Fri, Sep 01, 2006 at 01:55:15PM -0700, Stephen Hemminger ([EMAIL PROTECTED]) wrote: > diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c > index 111ff39..159fa3f 100644 > --- a/net/ipv4/tcp_input.c > +++ b/net/ipv4/tcp_input.c > @@ -89,7 +89,7 @@ int sysctl_tcp_frto; > int sysctl_tcp_nom

[PATCH] tcp: turn ABC off

2006-09-01 Thread Stephen Hemminger
Turn Appropriate Byte Count off by default because it unfairly penalizes applications that do small writes. Add better documentation to describe what it is so users will understand why they might want to turn it on. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- Documentation/networki