Method lrs::socket::Socket::ipv6_set_multicast_loop

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

Syntax

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

Arguments

NameDescription
val

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

See also