[codex] Add namespace compression drafts#44
Merged
Conversation
4835beb to
f12fd79
Compare
WalkthroughOne draft adds Announce Deflate negotiation and Announce Encoding handling for ANNOUNCE_BROADCAST path suffixes, including compressed suffix encoding rules. A second draft defines MoQ Namespace Deflate Extension, covering SETUP negotiation, SUBSCRIBE_NAMESPACE parameters, compressed Track Namespace Suffix handling for NAMESPACE and NAMESPACE_DONE, security considerations, and IANA registrations. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
f12fd79 to
723b842
Compare
723b842 to
0e2ad5c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Message Lengthuncompressed for framing.NAMESPACE_COMPRESSIONsetup negotiation with0 = deflate; when both peers negotiate the same algorithm, compression is mandatory for namespace responses on the session.00 00 ff ffsync-flush marker to match moq-flate/RFC 7692 style framing.Impact
This reduces repeated namespace/path overhead for large announcement streams while keeping each namespace change as its own protocol message. The MoQ Transport extension is field-level, so future NAMESPACE/NAMESPACE_DONE fields keep their normal encoding.
Validation
make draft-lcurley-moq-namespace-compression.txtmake draft-lcurley-moq-lite.txtgit diff --check HEAD~1..HEAD