Function EventDriverSockets.joinMulticastGroup
Joins the multicast group associated with the given IP address.
abstract bool joinMulticastGroup
(
DatagramSocketFD socket,
scope std .socket .Address multicast_address,
uint interface_index = 0u
) nothrow @safe;