Lines Matching +full:flow +full:- +full:level
52 **DISPATCH:** Refers to the QUIC-specific dispatch code in `ssl_lib.c`. This
55 **EL:** Encryption level. See RFC 9000.
59 **Event Leader:** The QSO which is is the top-level QSO in a hierarchy of QSOs,
62 design](server/quic-server-api.md).
64 **FC:** Flow control. Comprises TXFC and RXFC.
66 **FIFD:** Frame-in-flight dispatcher. Ties together the CFQ and TXPIM to handle
69 **FIFM:** Frame-in-flight manager. Tracks frames in flight until their
77 **Key epoch:** Non-negative number designating a generation of QUIC keys used to
99 **Locally-initiated:** Refers to a QUIC stream which was initiated by the local
131 **MSMT:** Multi-stream multi-thread. Refers to a type of multi-stream QUIC usage
134 **MSST:** Multi-stream single-thread. Refers to a type of multi-stream QUIC
153 This may be a QCSO or a QLSO. See [the server API design](server/quic-server-api.md).
200 wrapping libssl TLS code to implement the QUIC-specific aspects of QUIC TLS.
215 the top-level object of a QUIC event and I/O processing domain. Owns zero or
239 **Remotely-initiated:** Refers to a QUIC stream which was initiated by the
242 **RIO:** Reactive I/O subsystem. Refers to the generic, non-QUIC specific parts
258 **RXFC:** RX flow control. This determines how much a peer may send to us and
259 provides indication of when flow control frames increasing a peer's flow control
260 budget should be generated. Exists in both connection-level and stream-level
295 **TXFC:** TX flow control. This determines how much can be transmitted to the
296 peer. Exists in both connection-level and stream-level instances.
305 **TXP:** TX packetiser. This is responsible for generating yet-unencrypted
315 **TX/RX v. Send/Receive:** The terms *TX* and *RX* are used for *network-level*
316 communication, whereas *send* and *receive* are used for application-level
329 **URXE:** Unprocessed RX entry. Structure containing yet-undecrypted received