Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johncrane

    single client -- multiple multicast group

    My client program need to receive UPD traffic from multiple multicast groups. And the problem is: the client need to tell each received packet belongs to which multicast group. Simply recvfrom() is not enough, because I need the destination adress as well as the source address. It is easy with...
  2. johncrane

    multicast programing

    please help with the following problem: my client program will receive UDP traffic from multiple multicast groups. And the client need to know for each traffic received, which group it is to. If I create a single socket for all the multicast groups, the recvfrom() function can't tell the...

Part and Inventory Search

Back
Top