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

Clarify Actions on nonzero Reserved Bits #2280

Closed
wants to merge 9 commits into from
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -3481,7 +3481,7 @@ Reserved Bits (R):
packet types. These bits are protected using header protection (see Section
5.4 of {{QUIC-TLS}}). The value included prior to protection MUST be set to 0.
An endpoint MUST treat receipt of a packet that has a non-zero value for these
bits after removing both packet and header protection as a connection error of
bits, after removing both packet and header protection, as a connection error of
type PROTOCOL_VIOLATION. Discarding such a packet after only removing header
protection can expose the endpoint to attacks (see Section 9.3 of
{{QUIC-TLS}}).
Expand Down Expand Up @@ -3934,7 +3934,7 @@ Reserved Bits (R):
bits are protected using header protection (see Section 5.4 of
{{QUIC-TLS}}). The value included prior to protection MUST be set to 0. An
endpoint MUST treat receipt of a packet that has a non-zero value for these
bits after removing both packet and header protection as a connection error
bits, after removing both packet and header protection, as a connection error
of type PROTOCOL_VIOLATION. Discarding such a packet after only removing
header protection can expose the endpoint to attacks (see Section 9.3 of
{{QUIC-TLS}}).
Expand Down