vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

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;
Authors
Copyright
License