Skip to content

Commit

Permalink
Merge branch 'packet-num-len' of https://github.com/mcmanus/base-drafts
Browse files Browse the repository at this point in the history
… into mcmanus-packet-num-len
  • Loading branch information
MikeBishop committed Jul 24, 2017
2 parents b9f34b9 + b93d050 commit 2555cdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -755,11 +755,11 @@ reaches 2^64 - 1, the sender MUST close the connection without sending a
CONNECTION_CLOSE frame or any further packets; the sender MAY send a Public
Reset packet in response to further packets that it receives.

To reduce the number of bits required to represent the packet number over the
wire, only the least significant bits of the packet number are transmitted over
the wire, up to 32 bits. The actual packet number for each packet is
reconstructed at the receiver based on the largest packet number received on a
successfully authenticated packet.
To reduce the number of bits required to represent the packet number
over the wire, only the least significant bits of the packet number
are transmitted. The actual packet number for each packet is
reconstructed at the receiver based on the largest packet number
received on a successfully authenticated packet.

A packet number is decoded by finding the packet number value that is closest to
the next expected packet. The next expected packet is the highest received
Expand Down

0 comments on commit 2555cdd

Please sign in to comment.