Skip to main content

Module local

Module local 

Source
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§

LocalTransport

Functions§

run_local_listener
Run the local IPC RPC listener as a daemon subsystem.
socket_path
Resolve the local-IPC endpoint path.