vibe.d beta banner
get vibe.d
0.10.0

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

Function UDPConnection.addMembership

Become a member of an IP multicast group.

void addMembership (
  ref NetworkAddress multiaddr,
  uint interface_index = 0u
) @safe;

The multiaddr parameter should be in the range 239.0.0.0-239.255.255.255. See https://www.iana.org/assignments/multicast-addresses/multicast-addresses.xml#multicast-addresses-12 and https://www.iana.org/assignments/ipv6-multicast-addresses/ipv6-multicast-addresses.xhtml

Authors

Sönke Ludwig

Copyright

© 2012-2016 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.