Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!eric@cit-vax From: eric%cit-vax@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: UNIX IPC Datagram Reliability under 4.2BSD Message-ID: <16342@sri-arpa.UUCP> Date: Thu, 2-Feb-84 15:50:50 EST Article-I.D.: sri-arpa.16342 Posted: Thu Feb 2 15:50:50 1984 Date-Received: Wed, 8-Feb-84 08:39:11 EST Lines: 6 From: Eric HolstegeIt is pointless to require reliable datagrams; the whole point of datagrams is that they need not be reliable. If you want a reliable channel, use a stream; you can simulate datagrams on a stream. Eric Holstege (eric@cit-vax)