Skip to content

Commit

Permalink
QUIC: Add glossary entry for RIO
Browse files Browse the repository at this point in the history
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23495)
  • Loading branch information
hlandau committed Feb 10, 2024
1 parent 2a5ee0a commit 125c7c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/designs/quic-design/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 125c7c1

Please sign in to comment.