rustix
1.0.8
In rustix::
backend::
net::
sockopt
rustix
::
backend
::
net
::
sockopt
Function
set_ipv6_multicast_hops
Copy item path
Source
pub(crate) fn set_ipv6_multicast_hops( fd:
BorrowedFd
<'_>, multicast_hops:
u32
, ) ->
Result
<
()
>