Xref: utzoo comp.protocols.tcp-ip:15353 comp.unix.questions:29667 alt.sys.sun:3212 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!crdgw1!uunet!news!jordan From: jordan@tcs.com (Jordan Hayes) Newsgroups: comp.protocols.tcp-ip,comp.unix.questions,alt.sys.sun Subject: Re: Reliable UDP transport Message-ID: <1907@news.tcs.com> Date: 21 Mar 91 18:20:14 GMT References: <1991Mar20.123007.1184@wekiwa.uucp> Sender: root@tcs.com Followup-To: comp.protocols.tcp-ip Distribution: na Organization: Teknekron Communications Systems, Inc., Berkeley, CA. Lines: 13 John Carter writes: I am working on an application which will require a Sun workstation to communicate with an external device via UDP. We need to implement some simple means of reliability. If you need reliability, you have selected the wrong protocol. If you selected ("required"?) UDP for it's "light-weight-edness" then you missed the point. Rolling your own reliability in user-space will be more expensive than getting the kernel to deliver your bytes reliably over TCP. /jordan