Expand description
Implementation of the Tor Vegas congestion control algorithm.
This is used by the circuit reactor in order to decide when to send data and SENDMEs.
Spec: prop324 section 3.3 (TOR_VEGAS)
Structsยง
- BdpEstimator ๐
- Bandwidth-Delay Product (BDP) estimator.
- Vegas ๐
- Congestion control Vegas algorithm.