⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

setsockopt

Function setsockopt 

Source
pub fn setsockopt(
    _id: usize,
    _level: i32,
    _optname: i32,
    _optval_ptr: usize,
    _optlen: usize,
) -> Result<usize, KernelError>
Expand description

Set a socket option.