From 125c7c11a31a1645ac4b8da9c9fc367b1d080294 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Wed, 31 Jan 2024 12:36:45 +0000 Subject: [PATCH] QUIC: Add glossary entry for RIO Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23495) --- doc/designs/quic-design/glossary.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/designs/quic-design/glossary.md b/doc/designs/quic-design/glossary.md index 1cf0f06cddd..831890d3820 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. -- 2.47.2