Skip to main content

Module state

Module state 

Source
Expand description

Code for implementing flow control (stream-level).

StructsΒ§

HalfStreamFlowCtrl πŸ”’
Manages flow control for a half-stream (HalfStream).
StreamFlowCtrl πŸ”’
Manages the circuit reactor’s flow control for a stream.
StreamRateLimit πŸ”’
A newtype wrapper for a tor stream rate limit that makes the units explicit.

EnumsΒ§

HalfStreamFlowCtrlInner πŸ”’
Private internals of HalfStreamFlowCtrl.
StreamFlowCtrlInner πŸ”’
Private internals of StreamFlowCtrl.

TraitsΒ§

FlowCtrlHooks πŸ”’
Methods that can be called on a StreamFlowCtrl.
HalfStreamFlowCtrlHooks πŸ”’
Methods that can be called on a HalfStreamFlowCtrl.