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

Move and consolidate address validation #1886

Merged
merged 24 commits into from Oct 23, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -1586,7 +1586,8 @@ either abort the connection or permit it to proceed.

A server can also use a Retry packet to defer the state and processing costs
of connection establishment. By giving the client a different connection ID to
use, the connection might be routed to a different server instance, which have
use, a server can cause the connection to be routed to a server instance with
more resources available for new connections.
additional capacity for new connections.
martinthomson marked this conversation as resolved.
Show resolved Hide resolved

A flow showing the use of a Retry packet is shown in {{fig-retry}}.
Expand Down