Function rustix::net::sockopt::get_socket_incoming_cpu

source ยท
pub fn get_socket_incoming_cpu<Fd: AsFd>(fd: Fd) -> Result<u32>
Expand description

getsockopt(fd, SOL_SOCKET, SO_INCOMING_CPU)

See the module-level documentation for more.