From: Pauli Date: Mon, 25 Jul 2022 04:36:44 +0000 (+1000) Subject: update overview with a note about many to one connection ID cache X-Git-Tag: openssl-3.2.0-alpha1~2045 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4efc969852cdb7883d240e423e887a57504dcd36;p=thirdparty%2Fopenssl.git 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) --- 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 ---------------------