Skip to content
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

Explain the fixed bit recommendation for Version Negotiation #4744

Merged
merged 3 commits into from Jan 15, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 6 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -4665,11 +4665,12 @@ Version Negotiation Packet {
~~~
{: #version-negotiation-format title="Version Negotiation Packet"}

The value in the Unused field is selected randomly by the server. Clients MUST
ignore the value of this field. Where QUIC might be multiplexed with other
protocols (see {{?RFC7983}}), servers SHOULD set the most significant bit of
this field (0x40) to 1 so that Version Negotiation packets appear to have the
Fixed Bit field.
The value in the Unused field is set to an arbitrary value by the server.
Clients MUST ignore the value of this field. Where QUIC might be multiplexed
with other protocols (see {{?RFC7983}}), servers SHOULD set the most significant
bit of this field (0x40) to 1 so that Version Negotiation packets appear to have
the Fixed Bit field. Note that other versions of QUIC might not make a similar
recommendation.

The Version field of a Version Negotiation packet MUST be set to 0x00000000.

Expand Down