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

socket_sendto

Function socket_sendto 

Source
pub fn socket_sendto(
    socket_id: u64,
    data: &[u8],
    dest_path: &str,
) -> KernelResult<usize>
Expand description

Send a datagram to a named socket (connectionless).