summaryrefslogtreecommitdiff
path: root/crates/tor-congestion/README.md
blob: b24b45fd37698f83503356933fbcd96f6171f218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# tor-congestion

Algorithms for congestion control on the Tor network

## Overview

This crate is part of
[Arti](https://gitlab.torproject.org/tpo/core/arti/), a project to
implement [Tor](https://www.torproject.org/) in Rust.

This implements some of the algorithms needed to implement congestion control
as part of
[Tor proposal #324](https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/proposals/324-rtt-congestion-control.txt).

License: MIT OR Apache-2.0