Expand description
Unified endpoint state machine orchestrating all MoQT protocol flows.
Structsยง
- Endpoint
- Unified draft-11 MoQT endpoint wrapping session lifecycle, request ID allocation, and all per-flow state machines (subscriptions, fetches, announces, subscribe-announces, track statuses).
- Inbound
Announce ๐ - An announcement the peer made with ANNOUNCE.
- Inbound
Fetch ๐ - A FETCH the peer sent, and how far the fetch it opened has got.
- Inbound
Subscribe ๐ - A SUBSCRIBE the peer sent, and how far the subscription it opened has got.
- Inbound
Subscribe ๐Announces - A SUBSCRIBE_ANNOUNCES the peer sent, and how far the namespace subscription it opens has got.
- Inbound
Track ๐Status - A track status the peer asked for with TRACK_STATUS_REQUEST.
- Track
Binding ๐ - A Track Alias attached to a Full Track Name, and the request whose lifetime the attachment follows.
Enumsยง
- Binding
Kind ๐ - Which end sent the SUBSCRIBE a binding came from, and so which record says whether its subscription is still standing.
- Endpoint
Error - Errors that can occur during draft-11 endpoint operations.
Functionsยง
- prefixes_
overlap ๐ - Whether two namespace prefixes overlap.
Type Aliasesยง
- Namespace
Key ๐ - Key identifying a namespace (used for Announce maps).