Skip to content

Commit

Permalink
Rewrapped to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Jul 24, 2017
1 parent 2555cdd commit c5b760f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -755,11 +755,10 @@ 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. 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 c5b760f

Please sign in to comment.