home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!seqp4!markr
- From: markr@seqp4.sequoia.com (Mark Roddy)
- Newsgroups: comp.unix.questions
- Subject: Re: Sockets: How do I detect when it has unexpectedly closed
- Message-ID: <1711@seqp4.sequoia.com>
- Date: 6 Jan 93 17:58:52 GMT
- References: <ejohnson.726149387@void>
- Organization: Sequoia Systems Inc., Marlboro, Mass.
- Lines: 14
-
-
-
- ECONNRESET.
-
- In general this should happen on a recv() operation. There is no guarantee
- that a send() operation has delivered data to the remote side.
-
- Client/Server applications must provide an acknowledgement protocol if
- they need to confirm end to end delivery.
-
-
- --
- -Mark Roddy
- Sequoia Systems, Inc. (508) 480-0800 x1284
- markr@seqp4.sequoia.com m2c!seqp4!markr
-