home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / tcpip / 5128 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.5 KB  |  31 lines

  1. Newsgroups: comp.protocols.tcp-ip
  2. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!menudo.uh.edu!sugar!ficc!ihsan
  3. From: ihsan@ferranti.com (jaleel ihsan)
  4. Subject: Re: Sun Generic Broadcasting
  5. Message-ID: <id.7BVU.RNF@ferranti.com>
  6. Organization: Ferranti International Controls Corporation
  7. References: <1004@math.math.mv.dupont.com> <DERAADT.92Nov5144740@newt.newt.cuc.ab.ca>
  8. Date: Tue, 10 Nov 1992 18:16:34 GMT
  9. Lines: 20
  10.  
  11. In article <DERAADT.92Nov5144740@newt.newt.cuc.ab.ca>, deraadt@newt.cuc.ab.ca (Theo de Raadt) writes:
  12. > [Distribution changed from "usa" to "world". Unix is the same in Europe, isn't it??]
  13. > In article <1004@math.math.mv.dupont.com> mc@math.math.mv.dupont.com (Matt Cunningham-Software Development) writes:
  14. > > I am trying to find the proper broadcast IP address to send a packet (BOOTP 
  15. > > packet to be specific - but the packet type is not important) to so that
  16. > > everyone on the network will receive it.
  17. > [deleted descriptions of numerous attempts to make it work...]
  18. > The bind() call will take INADDR_ANY to indicate that it will take a
  19. > connect from any address. It's more difficult when you send packets
  20. > out -- you must indicate _exactly_ where you want to send to. A
  21. > unix machine may have multiple interfaces, with multiple addresses.
  22. > You need to specify the broadcast address for the particular network
  23. > you are interested in. If you wish to send on all the attached networks,
  24. > you need to do multiple send()'s.
  25.                  ^^^^^^^^^^^^^^^^^^
  26.  
  27. What is the status of TCP broadcasts and mutlicasts ?
  28.  
  29.