Skip to content

Commit

Permalink
fix description which token to use for Initial packets
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Jun 18, 2019
1 parent b224839 commit 9fe134f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-quic-transport.md
Expand Up @@ -1592,10 +1592,10 @@ The server uses the NEW_TOKEN frame {{frame-new-token}} to provide the client
with an address validation token that can be used to validate future
connections. The client includes this token in Initial packets to provide
address validation in a future connection. The client MUST include the token in
all Initial packets it sends, unless a Retry or NEW_TOKEN frame replaces the
token with a newer one. The client MUST NOT use the token provided in a Retry
for future connections. Servers MAY discard any Initial packet that does not
carry the expected token.
all Initial packets it sends, unless a Retry replaces the token with a newer
one. The client MUST NOT use the token provided in a Retry for future
connections. Servers MAY discard any Initial packet that does not carry the
expected token.

A token SHOULD be constructed for the server to easily distinguish it from
tokens that are sent in Retry packets as they are carried in the same field.
Expand Down

0 comments on commit 9fe134f

Please sign in to comment.