summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/streammap.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: Move StreamMpsc{Sender,Receiver} to stream module (fmt)Gabriela Moldovan2025-10-211-1/+1
|
* proto: Move StreamMpsc{Sender,Receiver} to stream moduleGabriela Moldovan2025-10-211-1/+1
| | | | These will be shared with the relay code.
* proto: Add TODO about future code motionGabriela Moldovan2025-10-211-0/+4
|
* proto: Move halfstream under streammapGabriela Moldovan2025-10-211-1/+4
| | | | | | That way we don't need to make halfstream `pub(crate)` (we only really use it in streammap, and in the client reactor, because of the `handle_msg()` kludge).
* proto: Move streammap out of the client moduleGabriela Moldovan2025-10-211-0/+676