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

Rework Retry packet #1498

Merged
merged 13 commits into from
Jul 31, 2018
12 changes: 6 additions & 6 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,12 +559,12 @@ wishes to perform a stateless retry (see {{stateless-retry}}).
~~~
{: #retry-format title="Retry Packet"}

A Retry packet (shown in {{retry-format}}) only the invariant portion of the
long packet header {{QUIC-INVARIANTS}}; that is, the fields up to and including
the Destination and Source Connection ID fields. The contents of the Retry
packet are not protected. Like Version Negotiation, a Retry packet contains the
long header including the connection IDs, but omits the Length, Packet Number,
and Payload fields. These are replaced with:
A Retry packet (shown in {{retry-format}}) only uses the invariant portion of
the long packet header {{QUIC-INVARIANTS}}; that is, the fields up to and
including the Destination and Source Connection ID fields. The contents of the
Retry packet are not protected. Like Version Negotiation, a Retry packet
contains the long header including the connection IDs, but omits the Length,
Packet Number, and Payload fields. These are replaced with:

ODCIL:

Expand Down