summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/tunnel/circuit.rs
Commit message (Expand)AuthorAgeFilesLines
* proto: Make crypt layers take a ChanCmd argumentNick Mathewson2025-04-291-4/+4
* tor-proto: only use congestion control if "flowctl-cc" feature is enabledSteven Engler2025-04-231-0/+1
* tests: Add CC ntorv3 negotiation unit testDavid Goulet2025-04-231-5/+34
* circ: Remove CircParameters reference in call stackDavid Goulet2025-04-231-12/+12
* proto: Create StreamTargets with the right RelayCellFormat.Nick Mathewson2025-04-161-4/+4
* cell, proto: Use correct Data sizes for v1 relay cellsNick Mathewson2025-04-161-2/+6
* Add a RelayCellFormat argument to encode().Nick Mathewson2025-04-161-6/+12
* tor-proto: removed "ntor_v3" feature flagSteven Engler2025-04-011-12/+0
* tor-proto: begin using `TargetHop` and `HopLocation`Steven Engler2025-03-111-12/+18
* tor-proto: add a non-pub `ClientCirc::legs()` methodSteven Engler2025-03-111-1/+14
* tor-proto: Use a ConfluxSet in the circuit reactor.Gabriela Moldovan2025-02-251-1/+1
* tor-proto: Add a tunnel module.David Goulet2025-02-201-0/+2441