Skip to main content

Module ipc

Module ipc 

Source
Expand description

Daemon IPC protocol. Length-prefixed JSON keeps local clients simple and portable.

Structs§

CaptureComponent
CaptureStatus
ClientHello
DaemonStatus
ObservedSession
ProxyEndpoint
ServerHello
SessionDetail
WebEndpoint

Enums§

CaptureComponentStatus
ClientKind
DaemonRequest
DaemonResponse

Constants§

MAX_FRAME_SIZE
Maximum accepted daemon IPC payload size. Larger frames fail before allocation.
PROTO_VERSION

Functions§

read_frame
write_frame