rustix
0.38.39
In rustix::backend::net::sockopt
Function
rustix
::
backend
::
net
::
sockopt
::
set_ipv6_unicast_hops
Copy item path
source
ยท
[
−
]
pub(crate) fn set_ipv6_unicast_hops( fd:
BorrowedFd
<'_>, hops:
Option
<
u8
>, ) ->
Result
<
()
>