summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Expose RoundtripTimeEstimator more broadly.Gabriela Moldovan2025-09-161-3/+0
* proto: Pass owned CongestionWindowParams to CongestionControl::new.Gabriela Moldovan2025-09-041-2/+2
* Update code for Edition 2024Nick Mathewson2025-08-071-1/+1
* tor-proto: send XOFF messages when the queue grows too largeSteven Engler2025-07-161-2/+0
* tor-proto: add `CongestionControl::uses_xon_xoff()`Steven Engler2025-07-161-0/+10
* tor-proto: Use mockable runtime in congestion control RTT estimator.Gabriela Moldovan2025-06-231-5/+6
* tor-proto: Add an accessor for the cc algorithm.Gabriela Moldovan2025-06-111-1/+10
* tor-proto: Remove no-longer needed clone()s.Gabriela Moldovan2025-06-111-1/+1
* Remove the last traces of CircTag.Nick Mathewson2025-05-061-6/+7
* tor-proto: Add congestion control accessors for conflux.Gabriela Moldovan2025-05-061-1/+32
* tor-proto: rename `allow_stream_sendme` to `uses_stream_sendme`Steven Engler2025-04-231-6/+6
* circ: Don't send stream level SENDME with CCDavid Goulet2025-04-231-1/+9
* 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