QUIC SRTM: Amend glossary

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22612)
This commit is contained in:
Hugo Landau 2023-11-03 14:14:14 +00:00
parent 90a1115799
commit 1468247b7a
1 changed files with 5 additions and 0 deletions

View File

@ -201,6 +201,11 @@ forming. This is the CMPPL minus any bytes we have already put into the payload.
**SCID:** Source Connection ID. Found in some QUIC packet headers.
**SRT:** Stateless reset token.
**SRTM:** Stateless reset token manager. Object which tracks SRTs we have
received.
**SSTREAM:** Send stream. Internal send buffer management object used to store
data which has been passed to libssl for sending but which has not yet been
transmitted, or not yet been acknowledged.