Function nix::sys::socket::getsockopt

source ·
pub fn getsockopt<O: GetSockOpt>(fd: RawFd, opt: O) -> Result<O::Val>
Available on crate feature socket only.
Expand description

Get the current value for the requested socket option

Further reading