Skip to content

Commit

Permalink
2+8n is unlikely, but I've met some of the people implementing this
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Nov 19, 2018
1 parent 00c571e commit 53d5d79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -2269,8 +2269,10 @@ following layout:
This design ensures that a stateless reset packet is - to the extent possible -
indistinguishable from a regular packet with a short header.

The message consists of the first two fixed bits of the packet header, followed
by an arbitrary number of random bytes, followed by a Stateless Reset Token.
A stateless reset uses an entire UDP datagram, starting with the first two bits
of the packet header. The remainder of the first byte and an an arbitrary
number of random bytes following it are set to unpredictable values. The last
16 bytes of the datagram contain a Stateless Reset Token.

A stateless reset will be interpreted by a recipient as a packet with a short
header. For the packet to appear as valid, the Random Bytes field needs to
Expand Down

0 comments on commit 53d5d79

Please sign in to comment.