Skip to content

Commit

Permalink
Added more explanatory text
Browse files Browse the repository at this point in the history
  • Loading branch information
martinduke committed Feb 5, 2019
1 parent 74da042 commit 7d3489b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -3481,8 +3481,10 @@ 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 packet and header protection as a connection error of type
PROTOCOL_VIOLATION.
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}}).

Packet Number Length (P):

Expand Down Expand Up @@ -3932,8 +3934,10 @@ 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 packet and header protection as a connection error of type
PROTOCOL_VIOLATION.
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}}).

Key Phase (K):

Expand Down

0 comments on commit 7d3489b

Please sign in to comment.