Method lrs::socket::Socket::ipv6_set_multicast_hop_limit

Sets the hop limit of multicast packets sent over this socket.

Syntax

impl Socket {
    fn ipv6_set_multicast_hop_limit(&self, val: Option<u8>) -> Result<(), Errno>
}

Arguments

NameDescription
val

The hop limit of multicast packets sent over this socket.

Remarks

A None argument means that the default value is used.

See also