Expand description
Local IPC transport for the RPC layer.
On Unix this binds a SOCK_STREAM AF_UNIX socket at
<config.data_dir>/daemon.sock; on Windows it creates a per-user named
pipe whose name is derived from the data_dir so each --data-dir gets
its own endpoint. $ZEROCLAW_SOCKET overrides the endpoint path on
both platforms.
Structs§
Functions§
- run_
local_ listener - Run the local IPC RPC listener as a daemon subsystem.
- socket_
path - Resolve the local-IPC endpoint path.