Skip to content

Commit

Permalink
stateless resets have a spin bit, too
Browse files Browse the repository at this point in the history
  • Loading branch information
britram committed Jan 10, 2018
1 parent 758c0dc commit 007a59d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -1817,7 +1817,7 @@ following layout:
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+
|0|C|K|Type (5) |
|0|C|K|S|Type(4)|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ [Connection ID (64)] +
Expand All @@ -1841,6 +1841,8 @@ A server copies the connection ID field from the packet that triggers the
stateless reset. A server omits the connection ID if explicitly configured to
do so, or if the client packet did not include a connection ID.

The Spin Bit is set to zero.

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
Expand Down

0 comments on commit 007a59d

Please sign in to comment.