diff --git a/draft-ietf-quic-transport.md b/draft-ietf-quic-transport.md index 7cad6669bd..70b1061c8a 100644 --- a/draft-ietf-quic-transport.md +++ b/draft-ietf-quic-transport.md @@ -2031,12 +2031,11 @@ this value differs from previous packets. Ths results in two problems: about this. The Packet Number field is set to a randomized value. The server SHOULD send a -packet with a short header and a type of 0x1F. 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 a longer -packet number encoding might allow this message to be identified as a stateless -reset more easily using heuristics. +packet with a short header and a packet number length of 1 octet. Using the +shortest possible packet number encoding minimizes the perceived gap between the +last packet that the server sent and this packet. A server MAY indicate 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 Packet Number, the server pads the message with an arbitrary number of octets containing random values.