Expand description
Unified endpoint state machine orchestrating all MoQT protocol flows.
Structsยง
- Endpoint
- Unified draft-13 MoQT endpoint wrapping session lifecycle, request ID allocation, and all per-flow state machines (subscriptions, fetches, announces, subscribe-namespaces, track statuses).
- Inbound
Announce ๐ - An announcement the peer made with ANNOUNCE.
- Inbound
Fetch ๐ - A fetch the peer opened with FETCH.
- Inbound
Publish ๐ - A subscription the peer opened with PUBLISH.
- Inbound
Subscribe ๐ - A subscription the peer opened with SUBSCRIBE.
- Inbound
Subscribe ๐Namespace - A SUBSCRIBE_NAMESPACE 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.
- Track
Binding ๐ - A Track Alias the peer has attached to a Full Track Name, and the request whose lifetime the attachment follows.
Enumsยง
- Binding
Kind ๐ - Which of the two sequences Section 4.1 names established the subscription that owns a binding, and so which record says whether it still has one.
- Endpoint
Error - Errors that can occur during draft-13 endpoint operations.
Functionsยง
- prefixes_
overlap ๐ - Whether two namespace prefixes overlap.
Type Aliasesยง
- Namespace
Key ๐ - Key identifying a namespace (used for Announce maps).