Expand description
MoQT wire codec for draft-16. MoQT wire codec for draft-16.
Key changes from draft-15:
- SubscribeUpdate → RequestUpdate (0x02), field renamed to existing_request_id
- New: Namespace (0x08), NamespaceDone (0x0e) — namespace_suffix only
- Removed: UnsubscribeNamespace (0x14)
- RequestError gains retry_interval field
- SubscribeNamespace gains subscribe_options varint
- PublishNamespaceDone simplifies to just request_id
Modules§
- data_
stream - Data stream headers (subgroup, datagram, fetch, object). Draft-16 data stream header encoding and decoding.
- message
- Control message types with encode/decode. Draft-16 control message encoding and decoding.
- types
- Draft-16 types. Draft-16 specific types.