From: Hugo Landau Date: Wed, 31 Jan 2024 12:36:45 +0000 (+0000) Subject: QUIC: Add glossary entry for RIO X-Git-Tag: openssl-3.3.0-alpha1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125c7c11a31a1645ac4b8da9c9fc367b1d080294;p=thirdparty%2Fopenssl.git QUIC: Add glossary entry for RIO Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23495) --- 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.