Joins a multicast group.
impl Socket {
fn ipv6_join_multicast_group(&self, multi_addr: Ipv6Addr, interface: Option<i32>) -> Result<(), Errno>
}| Name | Description |
|---|---|
| multi_addr | The address of the multicast group to join. |
| interface | The local interface that will join the group. |
If interface is None, the system will choose as appropriate value.
ipv6(7) and IPV6_ADD_MEMBERSHIP therein