summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/timeouts.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove #![allow(dead_code)] in timeouts.rsNick Mathewson2021-10-211-2/+2
|
* Add a timeout estimator to take estimates from another process.Nick Mathewson2021-10-201-0/+1
|
* Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-201-3/+16
| | | | | | This is a big change, but it does simplify the type of Builder a little, and isolates locking across different (potential) timeout estimator types.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+162
This will cause some pain for now, but now is really the best time to do this kind of thing.