Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!dg!mrx!carlson From: carlson@mrx.webo.dg.com (James Carlson) Newsgroups: comp.protocols.tcp-ip Subject: Re: UDP Reliability between processes on same host Message-ID: <1325@dg.dg.com> Date: 1 Apr 91 19:07:14 GMT References: <1991Mar28.220615.5501@newbridge.com> Sender: root@dg.dg.com Reply-To: carlson@mrx.webo.dg.com Organization: Data General Corporation, Westborough, MA Lines: 10 Sure ... they can end up out of order -- UDP doesn't guarantee delivery, and packets may arrive out of order or duplicated. (Of course, this shouldn't happen on the *same* host, but .... !) May I ask why you're not just using IPCs, since that's what it sounds like you need? UDP is usually used for self-contained data (like in XDMCP) and as the basis for a more complex protocol (like TFTP). -- Disclaimer: My company neither knows nor cares what I say. .//.