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

Split QUIC core from QUIC v1 #600

Closed
wants to merge 3 commits into from
Closed
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
9 changes: 4 additions & 5 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ informative:
--- abstract

This document defines the initial version of the QUIC transport protocol.

Building on the framework in {{QUIC-CORE}}, this
document describes packet format, multiplexing and reliability. Accompanying
documents describe the cryptographic handshake and loss detection.
Building on the framework in {{QUIC-CORE}}, this document describes packet
format, multiplexing and reliability. Accompanying documents describe the
cryptographic handshake and loss detection.


--- note_Note_to_Readers
Expand Down Expand Up @@ -358,7 +357,7 @@ the following sections.
## Short Header

The short header can be used after the version and 1-RTT keys are negotiated.
The format of the long-form header is described in {{QUIC-CORE}}.
The format of the short-form header is described in {{QUIC-CORE}}.

In this version, the packet type in a short header currently determines only the
size of the packet number field.
Expand Down