rustix::net::sockopt

Function 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.