From: Hugo Landau Date: Fri, 3 Nov 2023 14:14:14 +0000 (+0000) Subject: QUIC SRTM: Amend glossary X-Git-Tag: openssl-3.3.0-alpha1~588 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1468247b7a3f8140a87325b30990e55870657193;p=thirdparty%2Fopenssl.git QUIC SRTM: Amend glossary Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/22612) --- diff --git a/doc/designs/quic-design/glossary.md b/doc/designs/quic-design/glossary.md index 1f947ef37d4..fdaa8221967 100644 --- a/doc/designs/quic-design/glossary.md +++ b/doc/designs/quic-design/glossary.md @@ -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.