Method lrs::socket::Socket::ipv6_is_multicast_loop

Retrieves whether multicast packets sent from this socket are looped back to local sockets.

Syntax

impl Socket {
    fn ipv6_is_multicast_loop(&self) -> Result<bool, Errno>
}

Return value

Returns whether multicast packets sent from this socket are looped back to local sockets.

Remarks

The default value is true.

See also