Enum nix::sys::socket::SockLevel [] [src]

#[repr(i32)]
pub enum SockLevel { Socket, Tcp, Ip, Ipv6, Udp, Netlink, }

The protocol level at which to get / set socket options. Used as an argument to getsockopt and setsockopt.

Further reading

Variants