devela::_dep::rustix::net::sockopt

Function get_socket_incoming_cpu

pub fn get_socket_incoming_cpu<Fd>(fd: Fd) -> Result<u32, Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

getsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU)

See the module-level documentation for more.