summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/hspool
Commit message (Collapse)AuthorAgeFilesLines
* circmgr: Add an actual pool to HsCircPool.Nick Mathewson2023-03-221-0/+52
We now have support for a pool of pre-build circuits that we can use for HS-related purposes, and we take circuits from this pool as needed. Nothing populates or cleans the circuit pool yet.