From c408ba49093c53bb2c2fcc2b8ec0d7a84175daa8 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Fri, 25 May 2018 10:52:35 +1000 Subject: [PATCH] Missed version --- draft-ietf-quic-tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 62a5993111..641248586d 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -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)