Skip to main content

SYS_IPC_BIND_PORT

Constant SYS_IPC_BIND_PORT 

Source
pub const SYS_IPC_BIND_PORT: usize = 205; // 205usize
Expand description

Bind a port as a listener in the IPC namespace.

  • port_handle: capability handle of the port

After binding, other processes can connect to this port by name.