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

Make figure match actual packet layout #4406

Merged
merged 1 commit into from Nov 25, 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
5 changes: 5 additions & 0 deletions draft-ietf-quic-transport.md
Expand Up @@ -4472,6 +4472,7 @@ Long Header Packet {
Destination Connection ID (0..160),
Source Connection ID Length (8),
Source Connection ID (0..160),
Type-Specific Payload (..),
}
~~~~~
{: #fig-long-header title="Long Header Packet Format"}
Expand Down Expand Up @@ -4539,6 +4540,10 @@ Source Connection ID:
which indicates the length of this field. {{negotiating-connection-ids}}
describes the use of this field in more detail.

Type-Specific Payload:

: The remainder of the packet, if any, is type-specific.

In this version of QUIC, the following packet types with the long header are
defined:

Expand Down