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

Restructure short header section #4407

Merged
merged 4 commits into from
Dec 7, 2020
Merged
Changes from 1 commit
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: 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