summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion/params.rs
Commit message (Expand)AuthorAgeFilesLines
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* congestion: Use getters for all parametersDavid Goulet2025-01-161-33/+52
* congestion: Remove Default from every parametersDavid Goulet2025-01-161-24/+4
* congestion: Make the cc_alg values a caret_int for better code semanticDavid Goulet2025-01-161-0/+14
* congestion: Remove FixedWindow start window default valueDavid Goulet2025-01-161-11/+2
* proto: Add Vegas congestion control algorithmDavid Goulet2025-01-161-0/+60
* proto: New CongestionControl object and fixed window algorithmDavid Goulet2025-01-161-0/+50
* proto: Add generic objects for congestion controlDavid Goulet2025-01-161-0/+68