summaryrefslogtreecommitdiff
path: root/changes/bug23318
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-11-08 14:09:50 +1100
committerNick Mathewson <nickm@torproject.org>2017-11-08 10:45:18 -0500
commit14b0bba06e65a1dfca6a2f15f3016cb36409183f (patch)
treeaa50bdbff5f361e2828387988075f3d049390b91 /changes/bug23318
parent3c03e237ab372f495fa2498e925813931ba381da (diff)
downloadtor-14b0bba06e65a1dfca6a2f15f3016cb36409183f.tar.gz
tor-14b0bba06e65a1dfca6a2f15f3016cb36409183f.zip
Use node counts in networks with all zero-bandwidths
When calculating the fraction of nodes that have descriptors, and all all nodes in the network have zero bandwidths, count the number of nodes instead. Fixes bug 23318; bugfix on 0.2.4.10-alpha.
Diffstat (limited to 'changes/bug23318')
-rw-r--r--changes/bug233184
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23318 b/changes/bug23318
index 32c85eb194..7fcb8d4487 100644
--- a/changes/bug23318
+++ b/changes/bug23318
@@ -5,3 +5,7 @@
integer. This had the biggest effect when a relay's weight adjustments
should have given it weight 0, but it got weight 1 instead.
Fixes bug 23318; bugfix on 0.2.4.3-alpha.
+ - When calculating the fraction of nodes that have descriptors, and all
+ all nodes in the network have zero bandwidths, count the number of nodes
+ instead.
+ Fixes bug 23318; bugfix on 0.2.4.10-alpha.