summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/timeouts/estimator.rs
Commit message (Expand)AuthorAgeFilesLines
* Use a panic-free function to multiply timeouts.Nick Mathewson2021-12-061-2/+4
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Basic tests for readonly estimators, and estimator migration.Nick Mathewson2021-11-031-0/+85
* Remove #![allow(dead_code)] in timeouts.rsNick Mathewson2021-10-211-0/+1
* Finish the timeout-inference side of shared state.Nick Mathewson2021-10-201-2/+63
* Add a timeout estimator to take estimates from another process.Nick Mathewson2021-10-201-42/+0
* Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-201-0/+131