Don't build introduction circuits until we know we can build circuits

Patch from akwizgran.  Ticket 13447.
This commit is contained in:
Nick Mathewson
2014-11-20 11:51:36 -05:00
parent 126f220071
commit f15cd22bb7
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -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.