Method lrs::socket::Socket::ipv6_join_multicast_group

Joins a multicast group.

Syntax

impl Socket {
    fn ipv6_join_multicast_group(&self, multi_addr: Ipv6Addr, interface: Option<i32>) -> Result<(), Errno>
}

Arguments

NameDescription
multi_addr

The address of the multicast group to join.

interface

The local interface that will join the group.

Remarks

If interface is None, the system will choose as appropriate value.

See also