Expand description
host-owned protocol state machine and side-effect commands
hosts drive ProtocolCore by reporting WebSocket, timer and peer-connection
events
every transition returns ordered commands, so side effects stay explicit at
the host boundary
Structs§
- Pending
Request - Protocol
Core - The stored state falls into three groups:
Enums§
- Command
- One ordered side effect for the host that drives
ProtocolCore. - Connection
State - Negotiation
Kind - Protocol
Event
Constants§
- RECOVERY_
TIMER_ ID - host-facing timer id used by the recovery backoff scheduler