Skip to content

Commit

Permalink
Larger packet number encodings make identification easier
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Oct 10, 2017
1 parent b67d605 commit d63e582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -1576,9 +1576,9 @@ The Packet Number field is set to a randomized value. The server SHOULD send a
packet with a short header and a type of 0x01. This produces the shortest
possible packet number encoding, which minimizes the perceived gap between the
last packet that the server sent and this packet. A server MAY use a different
short header type, indicating a different packet number length, but this allows
for the message to be identified as a stateless reset more easily using
heuristics.
short header type, indicating a different packet number length, but a longer
packet number encoding might allow this message to be identified as a stateless
reset more easily using heuristics.

After the first short header octet and optional connection ID, the server
includes the value of the Stateless Reset Token that it included in its
Expand Down

0 comments on commit d63e582

Please sign in to comment.