Skip to content

Commit

Permalink
Add missing word back
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 15, 2019
1 parent d2b6b85 commit 53b8707
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1642,13 +1642,13 @@ needs to start the connection process over if there is any change in its local
address prior to completing the handshake.

Clients might receive multiple tokens on a single connection. Aside from
preventing linkability, any token can be used in connection attempt. Servers
can send additional tokens to either enable address validation for multiple
connection attempts or to replace older tokens that might become invalid. For a
client, this ambiguity means that sending the most recent unused token is most
likely to be effective. Though saving and using older tokens has no negative
consequences, clients can regard older tokens as being less likely be useful to
the server for address validation.
preventing linkability, any token can be used in any connection attempt.
Servers can send additional tokens to either enable address validation for
multiple connection attempts or to replace older tokens that might become
invalid. For a client, this ambiguity means that sending the most recent unused
token is most likely to be effective. Though saving and using older tokens has
no negative consequences, clients can regard older tokens as being less likely
be useful to the server for address validation.

When a server receives an Initial packet with an address validation token, it
MUST attempt to validate the token, unless it has already completed address
Expand Down

0 comments on commit 53b8707

Please sign in to comment.