Structs§
- KeyValue
Pair - A MoQT Key-Value Pair (used for parameters in control messages).
Enums§
- KvpError
- KvpValue
- Value of a Key-Value Pair. Even key type -> varint value (no length field). Odd key type -> length-prefixed bytes.
Constants§
- MAX_
KVP_ VALUE_ LEN - Maximum value length for a Key-Value Pair: 2^16 - 1 bytes.