Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!MCIMAIL.COM!0004219666 From: 0004219666@MCIMAIL.COM (Bob Stine) Newsgroups: comp.protocols.tcp-ip Subject: Re: how to control the size of TCP packets in BSD 4.3? Message-ID: <53910320141535.0004219666NB4EM@mcimail.com> Date: 20 Mar 91 14:15:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 > In BSD 4.3 TCP (SunOS/Irix/whatever), is there an easy way to force a > write(2) to immediately push a packet out to the network? Get a stream pointer for the socket (fxxsomething or other), and then issue an "fflush()" call after your writes. - Bob Stine