Expand description
Code for implementing flow control (stream-level).
Structs§
- Drain
Rate 🔒Request - A marker type for a
NotifySender
indicating that notifications are for new drain rate requests. - Stream
Flow 🔒Control - Manages flow control for a stream.
- Stream
Rate 🔒Limit - A newtype wrapper for a tor stream rate limit that makes the units explicit.
- XonXoff
Control 🔒 - Control state for XON/XOFF flow control.
Enums§
- Last
Sent 🔒XonXoff - The last XON/XOFF message that we sent.
- Stream
Flow 🔒Control Enum - Private internals of
StreamFlowControl
.
Constants§
- CC_
XOFF_ 🔒CLIENT flowctl-cc
- The threshold number of incoming data bytes buffered on a stream at which we send an XOFF.