-
Notifications
You must be signed in to change notification settings - Fork 8
Draft 11 Control Messages #553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging this PR in .. It will not compile as-is, but we are ok to fail for a bit before this stabilizes.
How about we do our PRs and get them ready, then let's merge/squash this first followed by each subsequent PR based on their readiness. |
Created issue #560 because this PR removed our custom NewGroup message. This is going to be a challenge to use the parser to regenerate control message parsing/handling when we also have custom messages. |
@TimEvens Scott already has a mechanism for this, I will regenerate with that now. |
* Add draft 11 subgroup header + logic * Make test case parameterized * Naming * Rename
* Implement new KVP MoQ structure - Add for parameters - Consolidate uint64_t enum coding - Move parameters to new structure * Remove parameter parsing from parser * Update for odd values * Fix decode and tests * Decode to encoded size
Change control message payload size to 16bit
Standardize error reason/reason phrase
Request ID changes
Add ControlMessage encoder
No description provided.