Skip to content

Commit

Permalink
Make the preferred address change prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 31, 2020
1 parent 4252d1c commit 1cfbb7f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -2577,7 +2577,10 @@ discontinue use of the old server address. If path validation fails, the client
MUST continue sending all future packets to the server's original IP address.


### Responding to Connection Migration
### Migration to a Preferred Address

A client that migrates to a preferred address MUST validate the address it
chooses before migrating; see {{forgery-spa}}.

A server might receive a packet addressed to its preferred IP address at any
time after it accepts a connection. If this packet contains a PATH_CHALLENGE
Expand Down Expand Up @@ -6481,7 +6484,7 @@ address, thereby preventing the use of subsequent Initial packets for request
forgery.


### Request Forgery with Preferred Addresses
### Request Forgery with Preferred Addresses {#forgery-spa}

Servers can specify a preferred address, which clients then migrate to after
confirming the handshake; see {{preferred-address}}. The Destination Connection
Expand Down

0 comments on commit 1cfbb7f

Please sign in to comment.