Re: disabling nagle

From: Richard B. Johnson (root@chaos.analogic.com)
Date: Tue Feb 04 2003 - 15:10:06 EST


On Tue, 4 Feb 2003, Fiona Sou-Yee Wong wrote:

> Hi
>
> I have kernel version 2.4.18 and I was looking for a patch to have the
> option to disable NAGLE's algorithm.
> Is there a patch available for kernels 2.4 and greater and if not, what
> other options do I have?
>
> Thanks
> Fiona

Just turn it off in your program:

int on = 1;
setsockopt(s, SOL_TCP, TCP_NODELAY, &on, sizeof(on));

Cheers,
Dick Johnson
Penguin : Linux version 2.4.18 on an i686 machine (797.90 BogoMips).
Why is the government concerned about the lunatic fringe? Think about it.

-
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/



This archive was generated by hypermail 2b29 : Fri Feb 07 2003 - 22:00:15 EST