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

Closing and draining tidy #3988

Merged
merged 12 commits into from Aug 27, 2020
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -2752,7 +2752,7 @@ close cleanly and that delayed or reordered packets are properly discarded.
These states SHOULD persist for at least three times the current Probe Timeout
(PTO) interval as defined in {{QUIC-RECOVERY}}.

Disposing of connection state prior to the exiting the closing or draining state
Disposing of connection state prior to exiting the closing or draining state
could cause delayed or reordered packets to generate an unnecessary stateless
ianswett marked this conversation as resolved.
Show resolved Hide resolved
reset. Endpoints that have some alternative means to ensure that late-arriving
packets on the connection do not induce a response, such as those that are able
martinthomson marked this conversation as resolved.
Show resolved Hide resolved
Expand Down