Skip to content

Commit

Permalink
fix in tls
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Nov 26, 2020
1 parent 3bbe314 commit fd902e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -1110,8 +1110,8 @@ Specific header protection functions are defined based on the selected cipher
suite; see {{hp-aes}} and {{hp-chacha}}.

{{fig-sample}} shows an example long header packet (Initial) and a short header
packet. {{fig-sample}} shows the fields in each header that are covered by
header protection and the portion of the protected packet payload that is
packet (1-RTT). {{fig-sample}} shows the fields in each header that are covered
by header protection and the portion of the protected packet payload that is
sampled.

~~~
Expand All @@ -1135,7 +1135,7 @@ Initial Packet {
Protected Payload (..) # Remainder
}

Short Header Packet {
1-RTT Packet {
Header Form (1) = 0,
Fixed Bit (1) = 1,
Spin Bit (1),
Expand Down

0 comments on commit fd902e5

Please sign in to comment.