Skip to content

Commit

Permalink
Missed version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed May 25, 2018
1 parent 5b81241 commit c408ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-tls.md
Expand Up @@ -958,7 +958,7 @@ QUIC packets might be included in the same UDP datagram and that each one is
handled separately.

~~~
sample_offset = min(2 + len(destination_connection_id) +
sample_offset = min(6 + len(destination_connection_id) +
len(source_connection_id) +
len(payload_length) + 4,
packet_length - aead_expansion)
Expand Down

0 comments on commit c408ba4

Please sign in to comment.