From e8bb46b68e73cff5b22ff12690e2e038b18ec898 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Mon, 14 Sep 2020 14:55:41 +1000 Subject: [PATCH] Restore missing field This was a copy-paste error that it seems we never fixed. Closes #4094. --- draft-ietf-quic-tls.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft-ietf-quic-tls.md b/draft-ietf-quic-tls.md index 8c8446678b..653c54ae27 100644 --- a/draft-ietf-quic-tls.md +++ b/draft-ietf-quic-tls.md @@ -1398,6 +1398,7 @@ Retry Pseudo-Packet { DCID Len (8), Destination Connection ID (0..160), SCID Len (8), + Source Connection ID (0..160), Retry Token (..), } ~~~