aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/preemptive.rs
Commit message (Expand)AuthorAgeFilesLines
* preemptive.rs: Use Instant::checked_add instead of raw subtractioneta2021-12-201-2/+12
* Minor circuit predictor tweaks and comments.Nick Mathewson2021-12-071-3/+11
* Make preemptive circuits reconfigurable.Nick Mathewson2021-12-071-22/+56
* Allow configurability on preemptive circuitsNeel Chauhan2021-12-071-20/+44
* Add a semicolon.Nick Mathewson2021-11-301-1/+1
* Add tests & address review commentaryeta2021-11-301-3/+76
* Actually build preemptive circuits (and minor fixes)eta2021-11-291-0/+2
* Introduce PreemptiveCircuitPredictor and TargetCircUsage::Preemptiveeta2021-11-231-0/+42