Skip to content

Commit

Permalink
Permit PADDING in Initial. Closes #1645.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Aug 10, 2018
1 parent cb5921d commit 34bfae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-ietf-quic-transport.md
Expand Up @@ -702,8 +702,9 @@ server may send multiple Initial packets. The cryptographic key exchange could
require multiple round trips or retransmissions of this data.

The payload of an Initial packet includes a CRYPTO frame (or frames) containing
a cryptographic handshake message, ACK frames, or both. The first CRYPTO frame
sent always begins at an offset of 0 (see {{handshake}}).
a cryptographic handshake message, ACK frames, or both. PADDING frames are also
permitted. The first CRYPTO frame sent always begins at an offset of 0 (see
{{handshake}}).

The first packet sent by a client always includes a CRYPTO frame that contains
the entirety of the first cryptographic handshake message. This packet, and the
Expand Down

0 comments on commit 34bfae1

Please sign in to comment.