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

socket_create

Function socket_create 

Source
pub fn socket_create(
    socket_type: UnixSocketType,
    owner_pid: u64,
) -> KernelResult<u64>
Expand description

Create a new Unix domain socket.

Returns the socket ID.