On Mon, Sep 10, 2001 at 12:43:15PM -0700, Julian Elischer wrote:
> just set the MTU on the sender to something really small (120 byres)
No. The data gets coalesced in the socket receive buffer on the other
end, remember? So depending on how fast things are running, there may
or may not be enough data present to satisfy the "100 byte" read, which
is proably the edge case he is attempting to debug.
--
Jonathan
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message