Skip to content

Commit

Permalink
Explain why multiple connection IDs
Browse files Browse the repository at this point in the history
Closes #4528.
  • Loading branch information
martinthomson committed Jan 6, 2021
1 parent dff2e14 commit 109ecc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,10 @@ deployment-specific) method that will allow packets with that connection ID to
be routed back to the endpoint and to be identified by the endpoint upon
receipt.

Multiple connection IDs are used so that endpoints can send packets that cannot
be identified as being for the same connection without cooperation from an
endpoint; see {{migration-linkability}}.

Connection IDs MUST NOT contain any information that can be used by an external
observer (that is, one that does not cooperate with the issuer) to correlate
them with other connection IDs for the same connection. As a trivial example,
Expand Down

0 comments on commit 109ecc3

Please sign in to comment.