Is UDP Multicast fully supported?
Is UDP Multicast fully supported?
I'm trying to implement mDNS discovery using UDP objects. Does Hollywood's network library natively support UDP Multicast? Specifically, do I need to perform any special socket operations to join a multicast group (like 224.0.0.251), or is simply sending/receiving data via SendUDPData to a multicast address sufficient?"
- airsoftsoftwair
- Posts: 5959
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: Is UDP Multicast fully supported?
Yes, SendUDPData() should be sufficient.