[−][src]Function sunrise_kernel::syscalls::create_port
pub fn create_port(
max_sessions: u32,
_is_light: bool,
_name_ptr: UserSpacePtr<[u8; 12]>
) -> Result<(usize, usize), UserspaceError>
Create a new Port pair. Those ports are linked to each-other: The server will receive connections from the client.