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