Skip to content

Commit

Permalink
Removing extra text
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jun 27, 2018
1 parent 6d48169 commit 6a68e07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,10 +633,9 @@ If the client received a Retry packet from the server and sends an Initial
packet in response, then it sets the Destination Connection ID to the value from
the Source Connection ID in the Retry packet. Changing Destination Connection ID
also results in a change to the keys used to protect the Initial packet. It also
sets the Token field to the token provided in the Retry. Additionally, the
client MUST NOT change the Source Connection ID because the server may include
the connection ID as part of its token validation logic. If the client changes
the Source Connection ID in this case it could trigger a new Retry to be sent.
sets the Token field to the token provided in the Retry. The client MUST NOT
change the Source Connection ID because the server could include the connection
ID as part of its token validation logic.

When a server receives an Initial packet with an address validation token, it
SHOULD attempt to validate it. If the token is invalid then the server SHOULD
Expand Down

0 comments on commit 6a68e07

Please sign in to comment.