Skip to content

Commit

Permalink
Stateless reset
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 15, 2017
1 parent 60546fe commit 58ab5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -713,7 +713,7 @@ increase by at least one after sending any packet, unless otherwise specified
A QUIC endpoint MUST NOT reuse a packet number within the same connection (that
is, under the same cryptographic keys). If the packet number for sending
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
CONNECTION_CLOSE frame or any further packets; the sender MAY send a Stateless
Reset packet in response to further packets that it receives.

To reduce the number of bits required to represent the packet number over the
Expand Down

0 comments on commit 58ab5f6

Please sign in to comment.