rustix::net::sockopt

Function get_socket_cookie

source
pub fn get_socket_cookie<Fd: AsFd>(fd: Fd) -> Result<u64>
Expand description

getsockopt(fd, SOL_SOCKET, SO_COOKIE)

See the module-level documentation for more.