Skip to content

Commit

Permalink
Updates from MT, Jana and Kazuho's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Jul 21, 2020
1 parent 7590ad3 commit 6874d00
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions draft-ietf-quic-transport.md
Expand Up @@ -1876,9 +1876,11 @@ Connection establishment implicitly provides address validation for both
endpoints. In particular, receipt of a packet protected with Handshake keys
confirms that the client received the Initial packet from the server. Once the
server has successfully processed a Handshake packet from the client, it can
consider the client address to have been validated. Servers MAY treat the
receipt of a packet using a server-generated destination connection ID with
at least 64 bits of entropy as address validation.
consider the client address to have been validated.

Additionally, a server MAY consider the client address valididated if the
client uses a connection ID chosen by the server and the connection ID contains
at least 64 bits of entropy.

Prior to validating the client address, servers MUST NOT send more than three
times as many bytes as the number of bytes they have received. This limits the
Expand Down

0 comments on commit 6874d00

Please sign in to comment.