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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.