Fix bug 7341.

Fix cannibalize, rend circ and intro circ timeout handling.
This commit is contained in:
Mike Perry
2012-12-07 18:57:51 -08:00
parent dffc8e359b
commit 3458d904f6
4 changed files with 135 additions and 39 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor features:
- Improve circuit build timeout handling for hidden services.
In particular: adjust build timeouts more accurately depending
upon the number of hop-RTTs that a particular circuit type
undergoes. Additionally, launch intro circuits in parallel
if they timeout, and take the first one to reply as valid.