Skip to main content

Module ipc

Expand description

Local endpoint, listener, connection, peer, handoff, and security primitives.

Endpoint strings and protocol policy remain with callers. These opaque values own the selected host transport so callers never name Unix sockets, Windows named pipes, interprocess types, file descriptors, or handles.

Structs§

EndpointNameLimit
The selected host’s limit on a local IPC endpoint name.
EndpointNameTooLong
A derived endpoint name that does not fit this host’s budget.
HandoffAttachment
Opaque platform attachment created while transferring an accepted IPC connection to a backend process.
HandoffTransferError
Failure from the platform-owned connection-transfer primitive.

Enums§

HandoffTransferErrorKind
Host-neutral classification of a failed connection-transfer primitive.