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

socket_send

Function socket_send 

Source
pub fn socket_send(
    socket_id: u64,
    data: &[u8],
    rights: Option<ScmRights>,
) -> KernelResult<usize>
Expand description

Send data on a connected socket.