aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-11-20 11:51:36 -0500
committerNick Mathewson <nickm@torproject.org>2014-11-20 11:51:36 -0500
commitf15cd22bb7c8f4f7009417e50a827c5bcc656807 (patch)
treeea259a5cede3016ed167c9bf66595bd44af8ca69 /changes
parent126f220071b2313147240b585df6893d21943021 (diff)
downloadtor-f15cd22bb7c8f4f7009417e50a827c5bcc656807.tar.gz
tor-f15cd22bb7c8f4f7009417e50a827c5bcc656807.zip
Don't build introduction circuits until we know we can build circuits
Patch from akwizgran. Ticket 13447.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug134475
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug13447 b/changes/bug13447
new file mode 100644
index 0000000000..90027e8f3a
--- /dev/null
+++ b/changes/bug13447
@@ -0,0 +1,5 @@
+ o Minor feature:
+ - When re-enabling the network, don't try to build introduction circuits
+ until we have successfully built a circuit. This makes hidden services
+ come up faster when the network is re-enabled. Patch from
+ "akwizgran". Closes ticket 13447.