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

Grease the reserved bits #1519

Merged
merged 3 commits into from
Jul 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,11 @@ Google QUIC Demultipexing Bit:
Reserved:

: The sixth, seventh, and eighth bits (0x7) of octet 0 are reserved for
experimentation.
experimentation. Endpoints MUST ignore these bits on packets they receive
unless they are participating in an experiment that uses these bits. An
endpoint not actively using these bits SHOULD set the value randomly on
packets they send to protect against unwanted inference about particular
values.

Destination Connection ID:

Expand Down