QUIC GLOSSARY: Add ODCID
authorHugo Landau <hlandau@openssl.org>
Tue, 28 Nov 2023 07:32:57 +0000 (07:32 +0000)
committerHugo Landau <hlandau@openssl.org>
Wed, 6 Dec 2023 10:40:11 +0000 (10:40 +0000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22673)

doc/designs/quic-design/glossary.md

index 818675a08a6cd76a0a95b2e45d584e84f8cbccc3..a70cfd1ade1019424889752f58ba380848ac666d 100644 (file)
@@ -127,6 +127,10 @@ in which API calls can be made on different threads.
 **MSST:** Multi-stream single-thread. Refers to a type of multi-stream QUIC
 usage in which API calls must not be made concurrently.
 
+**ODCID:** Original Destination CID. This is the DCID found in the first Initial
+packet sent by a client, and is used to generate the secrets for encrypting
+Initial packets. It is only used temporarily.
+
 **PN:** Packet number. Most QUIC packet types have a packet number (PN); see RFC
 9000.