home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp / 13214 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.7 KB  |  53 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!caen!saimiri.primate.wisc.edu!doug.cae.wisc.edu!longstre
  3. From: longstre@snake-1.cae.wisc.edu (Jon Longstreth)
  4. Subject: Broadcastint, udp info
  5. Distribution: usa
  6. Date: 20 Nov 92 19:14:22 CST
  7. Message-ID: <1992Nov20.191422.16018@doug.cae.wisc.edu>
  8. Originator: longstre@snake-1.cae.wisc.edu
  9. Keywords: Brocast, UDP
  10. Lines: 41
  11.  
  12.  
  13.  
  14. Help, we are developing some code for large network information gathering.
  15. (such as how many users logged in, processes running, mounted volumes etc...)
  16.  
  17. I am writing the network interface.
  18. Currently I have code that broadcasts a UDP packet, and 
  19. recieves responses from the daemons that are running on the network.
  20.  
  21. Problem is, that under HP-UX 8.00 on a series 9000 machine (345's and 425T's)
  22.  
  23. The daemon reacts as if it recieves two (2), sometimes three (3) or 4 
  24. udp broadcasts.
  25. It then goes about it's merry way replying to all 2 to 4 packets.
  26.  
  27. While I could just ignore multiple broadcasts from a single machine, I 
  28. feel that this is not the proper way to do things.
  29.  
  30. The code compiles and works correctly under SUN OS 4.1.1, and hpux 8.07
  31. (the risc machines)
  32.  
  33. Is there something different about hpux 8.00 that is not in the manuals???
  34.  
  35. Please don't tell me I have to put a kludge in my code because.
  36.  
  37. HHEEEELLLLPPPPPPPP ( I'm beating my head on the wall on this one )
  38.  
  39. ANY suggestions, and or advice would be greatly apreciated.
  40.  
  41. Heck, If you would like to look at the code I would be more than
  42. glad to send it to you :-)
  43.  
  44. Thanks.
  45. Jon Longstreth
  46. --
  47. Jon Longstreth         : CAE Unix system staff             
  48. longstre@cae.wisc.edu  : Dept. of Shade Trees
  49.                        : It's in a turnip's best interest to have blood
  50.  
  51.  
  52.  
  53.