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

send_packet

Function send_packet 

Source
pub fn send_packet(
    src: SocketAddr,
    dst: SocketAddr,
    data: &[u8],
) -> Result<usize, KernelError>
Expand description

Send UDP packet (internal implementation)