aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion/fixed.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: vegas: return early if clock stall was detectedSteven Engler2026-05-071-1/+2
* proto: Make CongestionWindow CopyGabriela Moldovan2025-11-171-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-proto: add `CongestionControl::uses_xon_xoff()`Steven Engler2025-07-161-0/+4
* tor-proto: Add an accessor for the cc algorithm.Gabriela Moldovan2025-06-111-1/+10
* tor-proto: Add congestion control accessors for conflux.Gabriela Moldovan2025-05-061-0/+5
* tor-proto: rename `allow_stream_sendme` to `uses_stream_sendme`Steven Engler2025-04-231-1/+1
* circ: Don't send stream level SENDME with CCDavid Goulet2025-04-231-0/+4
* congestion: Remove duplicated commentsDavid Goulet2025-01-161-13/+0
* proto: New CongestionControl object and fixed window algorithmDavid Goulet2025-01-161-0/+89