Can I use winsock to join a multicast group and send/recieve multicasts transmissions? It seems that the key player in this is talking IGMP to join the multicast group.
thanks,
Devan
Printable View
Can I use winsock to join a multicast group and send/recieve multicasts transmissions? It seems that the key player in this is talking IGMP to join the multicast group.
thanks,
Devan
You can.
Winsock performs all necessary IGMP operations.
Refer to WSASocket(), WSAJoinLeaf() and WSAIoctl()...
Good luck.