aboutsummaryrefslogtreecommitdiff
path: root/changes/cbt_parallel_intro
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-03-26 01:39:11 -0400
committerNick Mathewson <nickm@torproject.org>2011-03-30 14:41:53 -0400
commit65eb0e41ac05fd65bf8bef87426886fec45f7ca4 (patch)
treed6bd33c92188eefa774e6550a89ece87cf47eef1 /changes/cbt_parallel_intro
parentaa950e6c48471f00ff9497fa4e9fad1c71e75868 (diff)
downloadtor-65eb0e41ac05fd65bf8bef87426886fec45f7ca4.tar
tor-65eb0e41ac05fd65bf8bef87426886fec45f7ca4.tar.gz
Use cbt to tell when to launch parallel intro circuit
Implement feature from trac #2799
Diffstat (limited to 'changes/cbt_parallel_intro')
-rw-r--r--changes/cbt_parallel_intro4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/cbt_parallel_intro b/changes/cbt_parallel_intro
new file mode 100644
index 000000000..44e377fb3
--- /dev/null
+++ b/changes/cbt_parallel_intro
@@ -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.)