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

sendto

Function sendto 

Source
pub fn sendto(
    id: usize,
    data: &[u8],
    dest: Option<&SocketAddr>,
) -> Result<usize, KernelError>
Expand description

Send data to a specific address (for UDP sockets).