\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.

-- 
 - Gus


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

Reply via email to