Skip to content

Commit

Permalink
Redo ODCIL encoding. Closes #1535.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Jul 8, 2018
1 parent c96058f commit e375657
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions draft-ietf-quic-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,9 +568,11 @@ Packet Number, and Payload fields. These are replaced with:

ODCIL:

: The length of the Original Destination Connection ID field as an unsigned
8-bit integer. This field does not use the same encoding as the DCIL and SCIL
fields.
: The length of the Original Destination Connection ID field. The length is
encoded in the least significant bit of the octet using the same encoding as
the DCIL and SCIL fields. The most significant 4 bits of this octet are
reserved. Unless a use for these bits has been negotiated, endpoints SHOULD
send randomized values and MUST ignore any value that it receives.

Original Destination Connection ID:

Expand Down

0 comments on commit e375657

Please sign in to comment.