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

First byte changes #2006

Merged
merged 13 commits into from
Nov 20, 2018
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,7 @@ value of fields.

## Packet Number Encoding and Decoding {#packet-encoding}

Packet numbers in long and short packet headers are encoded in 1 to 4 octets.
Packet numbers in long and short packet headers are encoded in 1 to 4 bytes.
The number of bits required to represent the packet number is reduced by
including the least significant bits of the packet number.

Expand Down Expand Up @@ -3285,7 +3285,7 @@ Packet Number Length (P):

Version:

: The QUIC Version is a 32-bit field that follows the first octet. This field
: The QUIC Version is a 32-bit field that follows the first byte. This field
indicates which version of QUIC is in use and determines how the rest of the
protocol fields are interpreted.

Expand Down Expand Up @@ -3343,7 +3343,7 @@ The following packet types are defined:

The header form bit, connection ID lengths byte, Destination and Source
Connection ID fields, and Version fields of a long header packet are
version-independent. The other fields in the first octet, plus the Length and
version-independent. The other fields in the first byte, plus the Length and
Packet Number fields are version-specific. See {{QUIC-INVARIANTS}} for details
on how packets from different versions of QUIC are interpreted.

Expand Down