aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/cell_sender.rs
Commit message (Collapse)AuthorAgeFilesLines
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-241-0/+3
| | | | | These are all aimed at figuring out in more detail what's going on in #2079 and related issues.
* proto: Move cell_sender out of the client moduleGabriela Moldovan2025-10-281-0/+301
Soon we'll use CircuitCellSender in the relay reactor too (we need to, because it provides a useful abstraction for handling block/unblock padding actions, and because it has some handy helper functions such as `congestion_signals()`).