Re: TCP/IP Speed

David S. Miller (davem@redhat.com)
Wed, 30 Jan 2002 13:58:04 -0800 (PST)


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/