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

No CIDs, No Sending #4799

Merged
merged 2 commits into from
Feb 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -2439,9 +2439,9 @@ indicates that the peer has migrated to that address.
If the recipient permits the migration, it MUST send subsequent packets
to the new peer address and MUST initiate path validation ({{migrate-validate}})
to verify the peer's ownership of the address if validation is not already
underway. If the receipient has no available connection IDs, it will not be
able to send on the new path until the peer provides one;
see {{migration-linkability}}.
underway. If the recipient has no unused connection IDs from the peer, it will
not be able to send anything on the new path until the peer provides one; see
{{migration-linkability}}.

An endpoint only changes the address to which it sends packets in response to
the highest-numbered non-probing packet. This ensures that an endpoint does not
Expand Down