aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion
Commit message (Expand)AuthorAgeFilesLines
...
* congestion: Move test code in test module for VegasDavid Goulet2025-01-161-16/+15
* congestion: Remove duplicated commentsDavid Goulet2025-01-161-13/+0
* congestion: Remove FixedWindow start window default valueDavid Goulet2025-01-162-12/+17
* congestion: Add standard clippy checks to testsDavid Goulet2025-01-162-0/+28
* congestion: Make a test_utils.rsDavid Goulet2025-01-163-2/+55
* congestion: Remove duplicate RttParameters structDavid Goulet2025-01-161-39/+7
* proto: Add Vegas congestion control algorithmDavid Goulet2025-01-162-0/+592
* proto: New CongestionControl object and fixed window algorithmDavid Goulet2025-01-163-0/+557
* proto: Add generic objects for congestion controlDavid Goulet2025-01-162-0/+416