Re: TCP/IP Speed

From: David S. Miller (davem@redhat.com)
Date: Wed Jan 30 2002 - 16:58:04 EST


   From: "Richard B. Johnson" <root@chaos.analogic.com>
   Date: Wed, 30 Jan 2002 16:54:46 -0500 (EST)
   
   No. I set all sockets, even the original listen() socket to
   TCP_NODELAY.

How about setting it on the resulting socket, not just the
listen one? Ie. at both ends always set TCP_NODELAY to 1
on each new socket created.

Nagle (Ie. TCP_NODELAY) is the only thing which could explain
the behavior you are complaining about.
-
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 : Thu Jan 31 2002 - 21:01:25 EST