Leaves a multicast group.
impl Socket {
fn ipv6_leave_multicast_group(&self, multi_addr: Ipv6Addr, interface: Option<i32>) -> Result<(), Errno>
}| Name | Description |
|---|---|
| multi_addr | The address of the multicast group to leave. |
| interface | The local interface that will leave the group. |
If interface is None, the system will find the correct value.
ipv6(7) and IPV6_DROP_MEMBERSHIP therein