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

Reorder invariants #4152

Merged
merged 1 commit into from Sep 24, 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
24 changes: 12 additions & 12 deletions draft-ietf-quic-invariants.md
Expand Up @@ -75,12 +75,20 @@ code and issues list for this draft can be found at

--- middle

# Introduction
# An Extremely Abstract Description of QUIC

QUIC is a connection-oriented protocol between two endpoints. Those endpoints
exchange UDP datagrams. These UDP datagrams contain QUIC packets. QUIC
endpoints use QUIC packets to establish a QUIC connection, which is shared
protocol state between those endpoints.


# Fixed Properties of All QUIC Versions

In addition to providing secure, multiplexed transport, QUIC {{QUIC-TRANSPORT}}
includes the ability to negotiate a version. This allows the protocol to change
over time in response to new requirements. Many characteristics of the protocol
will change between versions.
allows for the option to negotiate a version. This allows the protocol to
change over time in response to new requirements. Many characteristics of the
protocol could change between versions.

This document describes the subset of QUIC that is intended to remain stable as
new versions are developed and deployed. All of these invariants are
Expand All @@ -106,14 +114,6 @@ version of QUIC.
This document uses terms and notational conventions from {{QUIC-TRANSPORT}}.


# An Extremely Abstract Description of QUIC

QUIC is a connection-oriented protocol between two endpoints. Those endpoints
exchange UDP datagrams. These UDP datagrams contain QUIC packets. QUIC
endpoints use QUIC packets to establish a QUIC connection, which is shared
protocol state between those endpoints.


# Notational Conventions

Packet diagrams in this document use a format defined in {{QUIC-TRANSPORT}} to
Expand Down