home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / programm / 5223 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!swrinde!cs.utexas.edu!sun-barr!decwrl!csus.edu!netcom.com!buck
  3. From: buck@netcom.com (Charles Foreman)
  4. Subject: UDP delivery of messages
  5. Message-ID: <1992Nov9.233200.3913@netcom.com>
  6. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  7. Date: Mon, 9 Nov 1992 23:32:00 GMT
  8. Lines: 25
  9.  
  10. Hi,
  11.  
  12. I have 2 programs, one which broadcasts a bunch of messages, and 
  13. one which reads those broadcast messages. I run the "reader" on 2
  14. different computers. I then run the "broadcaster" on one of the 2
  15. computers that is running a "reader". These programs use UDP sockets,
  16. using a pre-defined port number. The part I'm curious about is that the
  17. the "reader" not on the same node as the "broadcaster" sees only a small
  18. percentage of the number of broadcast messages actually sent. I know
  19. that datagram's are not guaranteed delivery, but why would the percentage
  20. be so low (around 10%). The "reader" running on the same node as the 
  21. "broadcaster" gets all of the messages every time.
  22.  
  23. What I'm looking for is just a little better understanding of what's
  24. going on. I usually broadcast about 1000 1K messages. No this is
  25. not what I really need to do, but this test program has got me
  26. curious. Any info on reference material would also be appreciated.
  27.  
  28. Reply via email or post.
  29.  
  30. Thanks,
  31.  
  32.     Buck Foreman
  33.     buck@netcom.com
  34.  
  35.