On Mon, Nov 06, 2000 at 12:03:17PM +1100, Angus Lees wrote:
> \begin{Howard Lowndes}
> > Is anyone able to confirm, or otherwise, whether the ability to enable or
> > disable the Nagle algorithm is still in the 2.2.x kernels.
> 
> (i need to enable my email-nagle algorithm)
> 
> grep -r TCP_NAGLE /usr/src/kernel-source-2.2.17 gives:
> 
> net/ipv4/af_inet.c:
> 
> #ifdef CONFIG_TCP_NAGLE_OFF
>         sk->nonagle = 1;
> #endif
> 
> so yes, it still exists. you may have to just #define it at the top of
> that file or something tho.
> 
        Probably nicer todo the following.

echo CONFIG_TCP_NAGLE_OFF=y >> /usr/src/linux/.config

-- 
John

The difference between a good man and a bad one is the 
choice of cause - William James


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to