devela::_dep::rustix::net::sockopt

Function set_ipv6_unicast_hops

pub fn set_ipv6_unicast_hops<Fd>(fd: Fd, value: Option<u8>) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

setsockopt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, value)

See the module-level documentation for more.