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

queue_pending_connection

Function queue_pending_connection 

Source
pub fn queue_pending_connection(
    addr: SocketAddr,
    remote: SocketAddr,
    seq_num: u32,
) -> Result<(), KernelError>
Expand description

Queue a new connection to a listening socket (called by TCP layer)