aboutsummaryrefslogtreecommitdiffstats
path: root/doc/designs
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2022-07-25 14:36:44 +1000
committerHugo Landau <hlandau@openssl.org>2022-09-23 11:29:58 +0100
commit4efc969852cdb7883d240e423e887a57504dcd36 (patch)
tree545869fdfdb43a75a6d0eefe39038ab34879af0b /doc/designs
parent8e90a12ad82dec6d8b683eaa2e4feafa9796d377 (diff)
downloadopenssl-4efc969852cdb7883d240e423e887a57504dcd36.tar.gz
update overview with a note about many to one connection ID cache
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18824)
Diffstat (limited to 'doc/designs')
-rw-r--r--doc/designs/quic-design/quic-overview.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/designs/quic-design/quic-overview.md b/doc/designs/quic-design/quic-overview.md
index bec197b9ed..141abcb9bc 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
---------------------