home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / question / 15215 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  739 b 

  1. Path: sparky!uunet!noc.near.net!seqp4!markr
  2. From: markr@seqp4.sequoia.com (Mark Roddy)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: Sockets: How do I detect when it has unexpectedly closed
  5. Message-ID: <1711@seqp4.sequoia.com>
  6. Date: 6 Jan 93 17:58:52 GMT
  7. References: <ejohnson.726149387@void>
  8. Organization: Sequoia Systems Inc., Marlboro, Mass.
  9. Lines: 14
  10.  
  11.  
  12.  
  13. ECONNRESET.
  14.  
  15. In general this should happen on a recv() operation. There is no guarantee
  16. that a send() operation has delivered data to the remote side.
  17.  
  18. Client/Server applications must provide an acknowledgement protocol if
  19. they need to confirm end to end delivery.
  20.  
  21.  
  22. -- 
  23. -Mark Roddy
  24. Sequoia Systems, Inc.          (508) 480-0800 x1284
  25. markr@seqp4.sequoia.com        m2c!seqp4!markr
  26.