Skip to content

Commit

Permalink
Nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jana Iyengar committed Mar 9, 2017
1 parent 3fae949 commit f6fdbd6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ client packet of an unsupported version. It uses a long header and contains:

* Octet 0: 0x81 (Flags indicating long header and Version Negotiation packet
type)
* Octets 1-8: Connection ID (server-selected value, may be used in a subsequent
connection to reach the same server)
* Octets 1-8: Connection ID (echoed)
* Octets 9-12: Proof (first 4 octets of client-selected connection ID)
* Octets 13-16: Version (echoed)
* Octets 17+: Payload (version list, containing 0 or more acceptable versions)
Expand Down Expand Up @@ -498,10 +497,11 @@ outage). A server that wishes to indicate fatal errors with a connection MUST
use a CONNECTION_CLOSE frame in preference to Public Reset if it has sufficient
state to do so.

A public reset packet contains:
A Public Reset packet contains:

* Octet 0: 0x82 (Flags indicating long header and Public Reset packet type)
* Octets 1-12: Echoed data (octets 1-12 of received packet)
* Octets 1-8: Echoed data (octets 1-8 of received packet)
* Octets 9-12: Echoed data (octets 9-12 of received packet)
* Octets 13-16: Version (server version)
* Octets 17+: Public Reset Proof (optional, TBD)

Expand Down Expand Up @@ -559,7 +559,7 @@ Other server Cleartext packets contain:

* Octet 0: 0x85 (Flags indicating Long header and appropriate server Cleartext
packet type)
* Octets 1-8: Connection ID (client-selected value)
* Octets 1-8: Connection ID (echoed)
* Octets 9-12: Packet Number (low 4 octets, random 31-bit initial value)
* Octets 13-16: Version (echoed)
* Octets 17+: Payload
Expand Down

0 comments on commit f6fdbd6

Please sign in to comment.