Function rustix::net::sockopt::get_socket_reuseport
source ยท pub fn get_socket_reuseport<Fd: AsFd>(fd: Fd) -> Result<bool>
Expand description
getsockopt(fd, SOL_SOCKET, SO_REUSEPORT)
See the module-level documentation for more.