From 4efc969852cdb7883d240e423e887a57504dcd36 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 25 Jul 2022 14:36:44 +1000 Subject: [PATCH] update overview with a note about many to one connection ID cache Reviewed-by: Hugo Landau Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/18824) --- doc/designs/quic-design/quic-overview.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/designs/quic-design/quic-overview.md b/doc/designs/quic-design/quic-overview.md index bec197b9ed8..141abcb9bca 100644 --- a/doc/designs/quic-design/quic-overview.md +++ b/doc/designs/quic-design/quic-overview.md @@ -32,9 +32,10 @@ Connection ID Cache A table matching Connection IDs with Connection objects represented via SSL objects. -_In MVP there is basically 1-to-1 matching of Connection IDs to Connection -objects. This will be changed with Path migration support and QUIC -server support._ +_In MVP there is a many-to-1 matching of Connection IDs to Connection +objects. Refer third paragraph in [5.1]_ + +[5.1]: (https://datatracker.ietf.org/doc/html/rfc9000#section-5.1) Timer And Event Queue --------------------- -- 2.47.2