Function nix::sys::socket::getsockopt [-] [+] [src]

pub fn getsockopt<O: SockOpt>(fd: RawFd, level: SockLevel, opt: O) -> Result<O>

Get the current value for the requested socket option

Further reading