summaryrefslogtreecommitdiffstats
path: root/doc/designs
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-31 12:36:45 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-10 11:37:14 +0000
commit125c7c11a31a1645ac4b8da9c9fc367b1d080294 (patch)
treecd66aff4b84a40c021ba6a11ea6f132789456bee /doc/designs
parent2a5ee0a08d2c074db741da99d29abb73386e00c7 (diff)
QUIC: Add glossary entry for RIO
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23495)
Diffstat (limited to 'doc/designs')
-rw-r--r--doc/designs/quic-design/glossary.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/designs/quic-design/glossary.md b/doc/designs/quic-design/glossary.md
index 1cf0f06cdd..831890d382 100644
--- a/doc/designs/quic-design/glossary.md
+++ b/doc/designs/quic-design/glossary.md
@@ -214,6 +214,9 @@ frame which was transmitted. See FIFM design document for details.
**Remotely-initiated:** Refers to a QUIC stream which was initiated by the
remote peer, rather than by the local application.
+**RIO:** Reactive I/O subsystem. Refers to the generic, non-QUIC specific parts
+of the asynchronous I/O handling code which the OpenSSL QUIC stack is built on.
+
**RSTREAM:** Receive stream. Internal receive buffer management object used to
store data which has been RX'd but not yet read by the application.