summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion/params.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Pass owned CongestionWindowParams to CongestionControl::new.Gabriela Moldovan2025-09-041-0/+1
* proto: Derive Copy for CongestionWindowParams.Gabriela Moldovan2025-09-041-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Rename and invert the sense of requires_stream_level_sendmes.Nick Mathewson2025-07-231-4/+8
* proto: Send extensions as appropriate to negotiate CGO.Nick Mathewson2025-07-231-0/+11
* tor-proto: Remove no-longer needed clone()s.Gabriela Moldovan2025-06-111-1/+1
* tor-proto: Derive Copy for FixedWindowParams.Gabriela Moldovan2025-06-111-1/+1
* tor-proto: Derive Copy for VegasParams.Gabriela Moldovan2025-06-111-2/+2
* proto: Refactor cc fallback.Nick Mathewson2025-06-101-4/+4
* Move responsibility for choosing extensions into tor-protoNick Mathewson2025-06-101-1/+1
* proto: Split CircParameters and NegotiatedHopSettingsNick Mathewson2025-06-101-8/+5
* tor-proto: expand docs for `CongestionWindowParams::set_sendme_inc`Steven Engler2025-04-231-1/+5
* tests: Add CC ntorv3 negotiation unit testDavid Goulet2025-04-231-0/+23
* circ: Apply possible subprotocol changes to circ paramsDavid Goulet2025-04-231-1/+5
* congestion: Setup a fallback algorithm in the paramsDavid Goulet2025-04-231-0/+7
* circ: Set the negotiated CC sendme_inc from handshakeDavid Goulet2025-04-231-0/+38
* 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