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...