Date: Mon, 10 Sep 2001 14:34:48 -0500 From: Jonathan Lemon <jlemon@flugsvamp.com> To: Julian Elischer <julian@elischer.org> Cc: Jonathan Lemon <jlemon@flugsvamp.com>, kent@erix.ericsson.se, hackers@freebsd.org Subject: Re: How to force small TCP packets? Message-ID: <20010910143448.C9056@prism.flugsvamp.com> In-Reply-To: <Pine.BSF.4.21.0109101242140.48807-100000@InterJet.elischer.org> References: <200109101817.f8AIH7t11927@prism.flugsvamp.com> <Pine.BSF.4.21.0109101242140.48807-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010910143448.C9056>