summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-13 21:48:33 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-13 21:48:33 -0500
commitd357b97b6d7dcd98229218549245fcc3fcbee8f7 (patch)
treefac95710e5c3f9eef2920143dd5b85227725b30c /changes
parentdab25eb37dd7d5245a03a5380ba5f80c64e4ac3d (diff)
parentd05ff310a5547b15433314617d6f1b9e9ccfe5b8 (diff)
downloadtor-d357b97b6d7dcd98229218549245fcc3fcbee8f7.tar.gz
tor-d357b97b6d7dcd98229218549245fcc3fcbee8f7.zip
Merge remote-tracking branch 'mikeperry/bug7691-rebased'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug73417
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug7341 b/changes/bug7341
new file mode 100644
index 0000000000..7f046d2a4c
--- /dev/null
+++ b/changes/bug7341
@@ -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.