tor-proto 0.46.0

Asynchronous client-side implementation of the central Tor network protocols
Documentation
1
2
3
4
5
6
//! XON/XOFF stream flow control.
//!
//! See <https://spec.torproject.org/proposals/324-rtt-congestion-control.html>.

pub(crate) mod reader;
pub(super) mod state;