Expand description
Generated v1 broker protocol types.
Modules§
- hello_
reply - Nested message and enum types in
HelloReply.
Structs§
- Admin
Reply - Admin
Request - Cache
Manifest - Cache
Root - Cleanup
Policy - Daemon
Process - Endpoint
- Frame
- Every control-plane frame on a broker connection.
- Handoff
Ack - Backend -> broker acknowledgement of a HandoffOffer. Rides Frame.payload with kind = FRAME_KIND_RESPONSE and payload_protocol = 0xD0FF on the same control connection.
- Handoff
Offer - Broker -> backend offer to adopt a handed-off client connection (#354 slice 6). Rides Frame.payload with kind = FRAME_KIND_REQUEST and payload_protocol = 0xD0FF (HANDOFF_PAYLOAD_PROTOCOL in code) on the broker<->backend control connection, mirroring how Hello (0x00), admin verbs (0xAD01), and endpoint probes (0xB232) ride the envelope.
- Hello
- Required first message on every new connection to a broker pipe.
- Hello
Reply - Host
Identity - Lifecycle
Event - Manifest
Ref - Negotiated
- Observability
Info - Operation
- Ownership
- Quota
- Refused
- Service
Definition - Teardown
Hook