Method lrs::socket::Socket::ipv6_set_hop_limit

Sets the hop limit of packets sent over this socket.

Syntax

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

Arguments

NameDescription
val

The hop limit of packets sent over this socket.

See also