]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC SRTM: Amend glossary
authorHugo Landau <hlandau@openssl.org>
Fri, 3 Nov 2023 14:14:14 +0000 (14:14 +0000)
committerHugo Landau <hlandau@openssl.org>
Thu, 23 Nov 2023 14:46:01 +0000 (14:46 +0000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22612)

doc/designs/quic-design/glossary.md

index 1f947ef37d417b530601819cf0ab0b51910b9bf7..fdaa822196712082cdc90db9157e1a0b4de68d0a 100644 (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.