summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion/sendme.rs
Commit message (Expand)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Remove the last traces of CircTag.Nick Mathewson2025-05-061-3/+0
* proto: Use SendmeTag in place of CircTagNick Mathewson2025-05-061-38/+2
* Add a RelayCellFormat argument to encode().Nick Mathewson2025-04-161-2/+3
* 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
* proto: New CongestionControl object and fixed window algorithmDavid Goulet2025-01-161-0/+418