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

Additional security section on fragmentation reassembly attacks #444

Merged
merged 9 commits into from Apr 24, 2017
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -2713,7 +2713,7 @@ endpoints are well behaved, but renders endpoints vulnerable to
the stream fragmentation attack.

QUIC deployments SHOULD provide mitigations against the stream fragmentation
attack. Mitigations MAY consist of avoiding over-committing memory, delaying
attack. Mitigations could consist of avoiding over-committing memory, delaying
reassembly of STREAM frames, implementing heuristics based on the
age and duration of reassembly holes, or some combination.

Expand Down