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

Bundle new client connection ID and path challenge in migration probes #1730

Merged
merged 10 commits into from Sep 12, 2018
4 changes: 2 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -2373,9 +2373,9 @@ packets through a newly used connection ID, it SHOULD select an
available new connection ID provided by the peer and use it as
destination address for its responses. The goal is
to ensure absence of correlation between the pairs of client and server
connection ID used on different paths. To fulfill this privacy requirement,
connection ID used on different paths. To fulfill this privacy requirement,
Nodes that initiate a migration and use connection IDs with length greater than zero
SHOULD provide their peers with new connection IDs before migration.
SHOULD provide their peers with new connection IDs before migration.

## Server's Preferred Address {#preferred-address}

Expand Down