Skip to content

Commit

Permalink
fix Retry packet type
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Nov 26, 2018
1 parent 87f0e87 commit 533557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-transport.md
Expand Up @@ -3665,7 +3665,7 @@ MUST treat receipt of Handshake packets with other frames as a connection error.

## Retry Packet {#packet-retry}

A Retry packet uses a long packet header with a type value of 0x7E. It carries
A Retry packet uses a long packet header with a type value of 0x3. It carries
an address validation token created by the server. It is used by a server that
wishes to perform a stateless retry (see {{validate-handshake}}).

Expand Down

0 comments on commit 533557b

Please sign in to comment.