aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/reactor/circhop.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: Replace StreamMsg with a new CtrlMsg typeGabriela Moldovan2026-06-231-2/+2
| | | | | | | This replaces the `StreamMsg` `StreamReactor` sender with a new `CtrlMsg` type. This `CtrlMsg` currently only has a `DeliverStreamMsg` variant (which is the same as the old `StreamMsg` type), but will soon grow another variant, for terminating a stream.
* proto: Add a new, implementation-agnostic circuit reactorGabriela Moldovan2026-01-291-0/+112