Skip to content

Commit

Permalink
add Lifetime field
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Oct 30, 2019
1 parent 373257b commit 94a5a1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -5058,6 +5058,8 @@ The NEW_TOKEN frame is as follows:
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Lifetime (i) ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Alternative Version Number (32) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|R R R R R R|PTM|
Expand All @@ -5078,6 +5080,12 @@ The NEW_TOKEN frame is as follows:

NEW_TOKEN frames contain the following fields:

Lifetime:

: Indicates the lifetime of the values contained in this frame in milliseconds.
An endpoint MUST NOT use the values provided by this frame, once the time that
has elapsed since receipt becomes greater than the value of this field.

Alternative Version Number:

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

0 comments on commit 94a5a1b

Please sign in to comment.