summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion
Commit message (Expand)AuthorAgeFilesLines
* Remove the last traces of CircTag.Nick Mathewson2025-05-061-3/+0
* proto: Use SendmeTag in place of CircTagNick Mathewson2025-05-061-38/+2
* tor-proto: Add congestion control accessors for conflux.Gabriela Moldovan2025-05-062-0/+10
* tor-proto: expand docs for `CongestionWindowParams::set_sendme_inc`Steven Engler2025-04-231-1/+5
* tor-proto: rename `allow_stream_sendme` to `uses_stream_sendme`Steven Engler2025-04-232-2/+2
* tests: Add CC ntorv3 negotiation unit testDavid Goulet2025-04-232-5/+52
* circ: Don't send stream level SENDME with CCDavid Goulet2025-04-232-0/+8
* circ: Apply possible subprotocol changes to circ paramsDavid Goulet2025-04-231-1/+5
* congestion: Setup a fallback algorithm in the paramsDavid Goulet2025-04-232-1/+9
* circ: Set the negotiated CC sendme_inc from handshakeDavid Goulet2025-04-231-0/+38
* Add a RelayCellFormat argument to encode().Nick Mathewson2025-04-161-2/+3
* fix: fix typosDimitris Apostolou2025-01-303-7/+7
* tor-proto: Use SENDME_TAG_LEN constant instead of magic value.Gabriela Moldovan2025-01-281-6/+7
* tor-proto: Use CircTag::try_from for clarity.Gabriela Moldovan2025-01-281-0/+10
* tor-proto: Use CircTag instead of raw byte slice.Gabriela Moldovan2025-01-281-1/+1
* congestion: Use getters for all parametersDavid Goulet2025-01-163-49/+72
* congestion: Remove Default from every parametersDavid Goulet2025-01-162-24/+6
* congestion: Make the cc_alg values a caret_int for better code semanticDavid Goulet2025-01-161-0/+14
* congestion: Move test code in test module for VegasDavid Goulet2025-01-161-16/+15
* congestion: Remove duplicated commentsDavid Goulet2025-01-161-13/+0
* congestion: Remove FixedWindow start window default valueDavid Goulet2025-01-162-12/+17
* congestion: Add standard clippy checks to testsDavid Goulet2025-01-162-0/+28
* congestion: Make a test_utils.rsDavid Goulet2025-01-163-2/+55
* congestion: Remove duplicate RttParameters structDavid Goulet2025-01-161-39/+7
* proto: Add Vegas congestion control algorithmDavid Goulet2025-01-162-0/+592
* proto: New CongestionControl object and fixed window algorithmDavid Goulet2025-01-163-0/+557
* proto: Add generic objects for congestion controlDavid Goulet2025-01-162-0/+416