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