Bootstrap: try harder to get descriptors in non-exit test networks

Use the mid weight for the third hop when there are no exits.

Fixes bug 27237; bugfix on 0.2.6.2-alpha.
This commit is contained in:
teor
2018-08-24 11:59:47 +10:00
parent 677048fe9f
commit 7a5896d5d4
2 changed files with 12 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (bootstrap):
- Try harder to get descriptors in non-exit test networks, by
using the mid weight for the third hop when there are no exits.
Fixes bug 27237; bugfix on 0.2.6.2-alpha.