sunrise_kernel::syscalls
pub fn accept_session(porthandle: u32) -> Result<usize, UserspaceError>
Waits for an incoming connection on the given ServerPort handle, and create a new ServerSession for it.
Returns a ServerSession handle.