Skip to content

Does QUIC_UINT62 require the highest 2 bits to be 0? #3972

Answered by nibanks
shit-lord asked this question in Q&A
Discussion options

You must be logged in to vote

Does QUIC_UINT62 require the highest 2 bits to be 0?

Yes. For instance, see RESET_STREAM frame where Application Protocol Error Code is encoded as a variable-length integer. The encoding scheme QUIC uses leverages those two bits, so you can't use them.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shit-lord
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
external Proposed by non-MSFT Area: API
2 participants