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

Text/figure consistency #3636

Merged
merged 2 commits into from May 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 8 additions & 10 deletions draft-ietf-quic-invariants.md
Expand Up @@ -129,18 +129,17 @@ version-specific and of arbitrary length.

## Long Header

Long headers take the form described in {{fig-long}}. Bits that have
version-specific semantics are marked with an X.
Long headers take the form described in {{fig-long}}.

~~~
Long Header Packet {
Header Form (1) = 1,
Version-Specific Bits (7),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^^ Up there, there is a redundant sentence.

Version (32),
DCID Len (8),
Destination Connection ID (0..160),
Destination Connection ID (0..2040),
SCID Len (8),
Source Connection ID (0..160),
Source Connection ID (0..2040),
Version-Specific Data (..),
}
~~~
Expand All @@ -156,18 +155,17 @@ The next byte contains the length in bytes of the Destination Connection ID (see
unsigned integer. The Destination Connection ID field follows the DCID Len
field and is between 0 and 255 bytes in length.

The next byte contains the length in bytes
of the Source Connection ID field that follows it. This length is encoded as
a 8-bit unsigned integer. The Source Connection ID field follows the SCID Len
field and is between 0 and 255 bytes in length.
The next byte contains the length in bytes of the Source Connection ID field
that follows it. This length is encoded as a 8-bit unsigned integer. The
Source Connection ID field follows the SCID Len field and is between 0 and 255
bytes in length.

The remainder of the packet contains version-specific content.


## Short Header

Short headers take the form described in {{fig-short}}. Bits that have
version-specific semantics are marked with an X.
Short headers take the form described in {{fig-short}}.

~~~~~
Short Header Packet {
Expand Down