Is it possible to receive data from more than one multicast group on a single socket?
For example:
void AddGroup(int sock,
const char*
Yes, it's possible: look on the example in the link (http://www.tenouk.com/Module41c.html) To shorten this up in a few steps: