Skip to content

Commit

Permalink
Update draft-ietf-quic-transport.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett committed Oct 17, 2019
1 parent 24d4b63 commit 8c46914
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,8 @@ it knows the client will not accept another Retry token. It can either
proceed with the handshake without verifying the token or immediately close
({{immediate-close}}) the connection with an connection error of
INVALID_TOKEN to cause the handshake to fail quickly instead of waiting
for the client to timeout.
for the client to timeout. When a client receives a CONNECTION_CLOSE
with an error of INVALID_TOKEN, it MAY create a new connection.

A flow showing the use of a Retry packet is shown in {{fig-retry}}.

Expand Down

0 comments on commit 8c46914

Please sign in to comment.