Expand description
Error type for the overlayd transport, server, and client.
Enums§
- Overlayd
Error - Errors raised by the overlayd IPC layer and server.
Constants§
- MAX_
FRAME_ BYTES - Maximum accepted IPC frame size (8 MiB). A status snapshot of a large cluster is the biggest legitimate frame; anything past this is treated as a framing desync / hostile peer and rejected rather than allocated.
Type Aliases§
- Result
- Convenience result alias for the overlayd crate.