Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Smaller Stateless Resets #2927

Merged
merged 9 commits into from Aug 26, 2019
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -2395,7 +2395,7 @@ Bits field needs to include at least 46 bits of data (or 6 bytes, less the
two fixed bits). To ensure the stateless reset packet is not smaller than
other packets received on the connection, an endpoint SHOULD also ensure the
total packet length is at least the minimum chosen CID length plus 22 bytes.
22 bytes allows for 1 type byte, 4 packet number and data bytes, the
22 bytes allows for 1 type byte, 4 packet number and data bytes,
16 byte authentication tag, and the one extra byte to allow the peer to
ianswett marked this conversation as resolved.
Show resolved Hide resolved
send a smaller stateless reset than the packet it receives.

Expand Down