summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion/test_utils.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Remove unnecessary test-gatingGabriela Moldovan2026-03-191-4/+0
* proto: Pass owned CongestionWindowParams to CongestionControl::new.Gabriela Moldovan2025-09-041-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-proto: Remove no-longer needed clone()s.Gabriela Moldovan2025-06-111-2/+2
* proto: Refactor cc fallback.Nick Mathewson2025-06-101-2/+2
* tests: Add CC ntorv3 negotiation unit testDavid Goulet2025-04-231-5/+29
* congestion: Setup a fallback algorithm in the paramsDavid Goulet2025-04-231-1/+2
* congestion: Remove Default from every parametersDavid Goulet2025-01-161-0/+2
* congestion: Remove FixedWindow start window default valueDavid Goulet2025-01-161-1/+15
* congestion: Make a test_utils.rsDavid Goulet2025-01-161-0/+52