summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* congestion: Use getters for all parametersDavid Goulet2025-01-161-19/+22
* congestion: Move code to test moduleDavid Goulet2025-01-161-10/+14
* congestion: Add standard clippy checks to testsDavid Goulet2025-01-161-0/+14
* congestion: Some comments and mod syntax tweakingDavid Goulet2025-01-161-7/+1
* congestion: Make a test_utils.rsDavid Goulet2025-01-161-43/+5
* proto: Add Vegas congestion control algorithmDavid Goulet2025-01-161-0/+7
* proto: New CongestionControl object and fixed window algorithmDavid Goulet2025-01-161-7/+188
* proto: Add generic objects for congestion controlDavid Goulet2025-01-161-0/+241