mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
QUIC GLOSSARY: Add ODCID
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22673)
This commit is contained in:
parent
935aa14344
commit
cd4edeb2f7
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user