pub fn sys_setsockopt(
    fd: c_int,
    level: c_int,
    optname: c_int,
    _optval: *const c_void,
    optlen: socklen_t
) -> c_int
Available on crate feature net only.
Expand description

setsockopt, currently ignored

TODO: implement this