Skip to content

Commit

Permalink
swap reserved bits and packet type modifier (suggested by @martinthomson
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kazuho committed Oct 30, 2019
1 parent 7eded0a commit 0720ef3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-transport.md
Expand Up @@ -5053,7 +5053,7 @@ The NEW_TOKEN frame is as follows:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Alternative Version Number (32) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|PTM|R R R R R R|
|R R R R R R|PTM|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| |
+ +
Expand All @@ -5075,16 +5075,16 @@ Alternative Version Number:

: The alternative version number to be used (see {{alternative-initial}}).

Packet Type Modifier (PTM):

: The packet type modifier to be used.

Reserved (R):

: Reserved bits. These bits MUST be set to zero. An endpoint MUST treat
the receipt of a NEW_TOKEN frame carrying a non-zero reserved bit as a
connection error of type FRAME_ENCODING_ERROR.

Packet Type Modifier (PTM):

: The packet type modifier to be used.

Alternative Initial Salt:

: The alternative initial salt to be used.
Expand Down

0 comments on commit 0720ef3

Please sign in to comment.