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

getpeername

Function getpeername 

Source
pub fn getpeername(id: usize) -> Result<SocketAddr, KernelError>
Expand description

Get the remote address of a connected socket.