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

recvfrom

Function recvfrom 

Source
pub fn recvfrom(
    id: usize,
    buf: &mut [u8],
) -> Result<(usize, Option<SocketAddr>), KernelError>
Expand description

Receive data with sender address.