summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/stream.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti-relay: Link IncomingStreamRequestFilter in RequestFilterGabriela Moldovan2026-06-291-1/+2
| | | | | Suggested by opara in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/4145#note_3430815
* arti-relay: Add an unimplemented stream request filterGabriela Moldovan2026-06-291-0/+23
This is currently just a placeholder that accepts all stream requests. It will be fleshed out later, as part of #1448