Crate tor_congestion

source ·
Expand description

tor-congestion

tor-congestion: algorithms for congestion control on the Tor network

Overview

This crate is part of Arti, a project to implement Tor in Rust.

This implements some of the algorithms needed to implement congestion control as part of Tor proposal #324.

License: MIT OR Apache-2.0

Re-exports

pub use err::Error;
pub use err::Result;

Modules

Error handling.
Round Trip Time measurement (§ 2.1)