home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp / 13235 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  1.1 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!usc!news.bbn.com!news.bbn.com!fkittred
  2. From: fkittred@spchp13.BBN.COM (Fletcher Kittredge)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Broadcastint, udp info
  5. Date: 22 Nov 92 20:08:32
  6. Organization: Bolt Beranek and Newman Inc., 10 Moulton Street, Cambridge, MA
  7.     02138
  8. Lines: 17
  9. Distribution: usa
  10. Message-ID: <FKITTRED.92Nov22200832@spchp13.BBN.COM>
  11. References: <1992Nov20.191422.16018@doug.cae.wisc.edu>
  12. NNTP-Posting-Host: spchp13.bbn.com
  13. In-reply-to: longstre@snake-1.cae.wisc.edu's message of 20 Nov 92 19:14:22 CST
  14.  
  15.  
  16. Might I humbly suggest that if you are using UDP, and do not have a
  17. mechanism for dealing with with lost, out-of-sequence and duplicate
  18. packets, then your application is broken?  By definition, UDP is an
  19. unreliable connectionless protocol: packets can be lost, duplicated or
  20. arrive out-of-order.  It is your responsibilty to handle these
  21. conditions, not HP-UX's!  If you can't, don't use UDP.
  22.  
  23. regards,
  24. fletcher
  25.  
  26. --
  27. /* Fletcher Kittredge
  28.  * BBN Software Products
  29.  * 150 CambridgePark Dr,  Cambridge, MA. 02140
  30.  * 617-USE-FINK  /  fkittred@bbn.com  /  fkittred@das.harvard.edu
  31.  */
  32.