summaryrefslogtreecommitdiff
path: root/crates/arti-relay/src/tasks
Commit message (Collapse)AuthorAgeFilesLines
* arti-relay: update some comments from past few commitsSteven Engler2025-11-111-1/+6
|
* tor-chanmgr: wrap the peer address in `Sensitive`Steven Engler2025-11-051-5/+5
| | | | | For incoming connections, wrap the peer address in `Sensitive` as it could be a client.
* arti-relay: add OR port listener taskSteven Engler2025-11-051-0/+71
| | | | | This does not yet get the OR port from the config, and the channel manager doesn't yet do anything with the incoming connection.
* arti-relay: use `Void` for `TorRelay::run`Steven Engler2025-10-271-1/+1
|
* relay: Add channel housekeeping taskDavid Goulet2025-10-211-0/+63
This is a background task in charge of expiring closing channels and future work is to also prune duplicate channels. This is not used nor called at this commit, next commit will add the task handling. Part of #2217 Signed-off-by: David Goulet <[email protected]>