> That must be a bug. Nagle should be off. Search for disable_nagle in
> 2.0. I know it's there, but I would need to search to really find the
> code.
Oh it's there, in fact there are several versions of it. It is called
on accepted sockets (those accept() returns) but not on listening
sockets (those passed to accept()) because make_sock() does not call it
any more like it did in 1.3. Since you think that's a bug, I have filed
a bug report on it (general/6531).
--
Michael J. Abbott mja@sgi.com http://reality.sgi.com/mja/
|