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 @@ -2407,7 +2407,7 @@ AEAD expansion.
An endpoint SHOULD NOT send a stateless reset that is significantly larger than
the packet it receives. Endpoints MUST discard packets that are too small to be
valid QUIC packets. With the set of AEAD functions defined in {{QUIC-TLS}},
packets that are smaller than 21 bytes are never valid. When a packet is b
packets that are smaller than 21 bytes are never valid.

Endpoints MUST send stateless reset packets formatted as a packet with a short
header. However, endpoints MUST treat any packet ending in a valid stateless
Expand Down