Skip to content

Commit

Permalink
My editor is doing a great job. Me, less so.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Feb 1, 2018
1 parent 9c2ebd7 commit 58c859c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -683,9 +683,9 @@ sequence of frames, as described in {{frames}}.
## Connection ID {#connection-id}

QUIC connections are identified by their 136-bit connection ID. All long
headers contain a connection ID. The connection ID can truncated in the short
header, using between 0 and 17 octets. When present, the connection ID is in
the same location in all packet headers.
headers contain a connection ID. The connection ID can be truncated in the
short header, using between 0 and 17 octets. When present, the connection ID is
in the same location in all packet headers.

The client MUST choose a random connection ID and use it in Initial packets
({{packet-initial}}) and 0-RTT packets ({{packet-protected}}).
Expand Down Expand Up @@ -796,7 +796,7 @@ constant:

* the location and size of the Connection ID field in long headers,

* the location of the Connection ID field in short headers,
* the location - but not the size - of the Connection ID field in short headers,

* the location and size of the Version field in long headers,

Expand Down Expand Up @@ -890,7 +890,7 @@ Packets that can be associated with an existing connection are handled according
to the current state of that connection. Packets are associated with existing
connections using connection ID if it is present; this might include connection
IDs that were advertised using NEW_CONNECTION_ID ({{frame-new-connection-id}}).
For connections with incomplete cryptographic handshakes packets with the long
For connections with incomplete cryptographic handshakes, packets with the long
header are associated with an existing connection using the tuple of source and
destination IP addresses and ports. An endpoint that chooses a zero-length
connection ID also uses the address tuple to identify which connection a packet
Expand Down

0 comments on commit 58c859c

Please sign in to comment.