On Tue, Jul 31, 2001 at 08:20:34PM +0100, Julian Morrison wrote:
> Rob Bloodgood wrote:
> >
> > Uhh... for a *NON* TCP connection, right? You're thinking in terms of UDP
> > or serial, right?
>
> Basically for UDP. For example streaming style approaches where you want
> to flood the line one way and not have to worry about acks.
UDP packets already include their lengths and checksums. If you can
transmit each SyncBlock in a single UDP packet, then SyncBlocks become
redundant. The operating system will determine whether the packet
arrived intact and do all the work for you.
Something like SyncStream would still be useful for pushing data
across a bare wire or unreliable modem, though.
-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net