Use cbt to tell when to launch parallel intro circuit

Implement feature from trac #2799
This commit is contained in:
Nick Mathewson
2011-03-26 01:39:11 -04:00
parent aa950e6c48
commit 65eb0e41ac
2 changed files with 10 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features
- Use computed circuit-build timeouts to decide when to launch
parallel introdution circuits. (Previously, we would retry
after 15 seconds.)