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§
- Endpoint
Name Limit - The selected host’s limit on a local IPC endpoint name.
- Endpoint
Name TooLong - A derived endpoint name that does not fit this host’s budget.
- Handoff
Attachment - Opaque platform attachment created while transferring an accepted IPC connection to a backend process.
- Handoff
Transfer Error - Failure from the platform-owned connection-transfer primitive.
Enums§
- Handoff
Transfer Error Kind - Host-neutral classification of a failed connection-transfer primitive.