diff options
author | teor <teor2345@gmail.com> | 2017-11-08 14:09:50 +1100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-08 10:45:18 -0500 |
commit | 14b0bba06e65a1dfca6a2f15f3016cb36409183f (patch) | |
tree | aa50bdbff5f361e2828387988075f3d049390b91 /changes/bug23318 | |
parent | 3c03e237ab372f495fa2498e925813931ba381da (diff) | |
download | tor-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/bug23318 | 4 |
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. |