Expand description
Shared capability bitmap constants for the v1 Hello/Negotiated exchange.
Hello.client_capabilities and Negotiated.server_capabilities carry a
u64 bitmap. A capability is in effect only when both sides advertise it.
Bit assignments are FROZEN once a release ships them — never reuse or
renumber a bit (#228 frozen-forever commitments, #354 handoff tracker).
Constants§
- CAP_
HANDLE_ PASSING - Capability bit: the peer can participate in broker-to-backend connection
handoff via platform handle passing (
DuplicateHandleon Windows,SCM_RIGHTSon Unix).
Functions§
- handoff_
transport_ available - Whether this build carries a platform handle-passing transport at all.