aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion/vegas.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: fix cc vegas counter updates on clock stallSteven Engler2026-07-301-6/+7
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-proto: vegas: return early if clock stall was detectedSteven Engler2026-05-071-4/+13
* tor-proto: Port to web-time-compatNick Mathewson2026-03-261-5/+3
* proto: Use is_multiple_of() as suggested by clippyGabriela Moldovan2026-02-161-1/+1
* proto: Make CongestionWindow CopyGabriela Moldovan2025-11-171-3/+3
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+0
* 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/+5
* proto: Make RttEstimator::{ewma,min}_rtt_usec() return `Option`.Gabriela Moldovan2025-06-271-4/+6
* tor-proto: Add an accessor for the cc algorithm.Gabriela Moldovan2025-06-111-2/+7
* tor-proto: Remove no-longer needed clone()s.Gabriela Moldovan2025-06-111-3/+3
* 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
* fix: fix typosDimitris Apostolou2025-01-301-2/+2
* congestion: Use getters for all parametersDavid Goulet2025-01-161-12/+16
* congestion: Move test code in test module for VegasDavid Goulet2025-01-161-16/+15
* congestion: Add standard clippy checks to testsDavid Goulet2025-01-161-0/+14
* congestion: Make a test_utils.rsDavid Goulet2025-01-161-1/+1
* proto: Add Vegas congestion control algorithmDavid Goulet2025-01-161-0/+532