socket_cookie

Function socket_cookie 

Source
pub fn socket_cookie<Fd: AsFd>(fd: Fd) -> Result<u64>
Expand description

getsockopt(fd, SOL_SOCKET, SO_COOKIE)

See the module-level documentation for more.