diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-12 08:33:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-12 08:33:03 -0500 |
commit | e91bae66d88a863970658174f8734b303042a161 (patch) | |
tree | f7c99d73c358f47778d0b623aea130654a572413 /changes | |
parent | 84c13336c410ac218c70d6ce2ce6216f9b24e796 (diff) | |
parent | 6e4ebd41bb5479ffe05ed173a1d7aeffcf592248 (diff) | |
download | tor-e91bae66d88a863970658174f8734b303042a161.tar.gz tor-e91bae66d88a863970658174f8734b303042a161.zip |
Merge branch 'bug23318-redux_029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23318 | 11 | ||||
-rw-r--r-- | changes/bug24170 | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/changes/bug23318 b/changes/bug23318 new file mode 100644 index 0000000000..7fcb8d4487 --- /dev/null +++ b/changes/bug23318 @@ -0,0 +1,11 @@ + o Minor bugfixes (path selection): + - When selecting relays by bandwidth, avoid a rounding error that + could sometimes cause load to be imbalanced incorrectly. Previously, + we would always round upwards; now, we round towards the nearest + 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. diff --git a/changes/bug24170 b/changes/bug24170 new file mode 100644 index 0000000000..d3d7347693 --- /dev/null +++ b/changes/bug24170 @@ -0,0 +1,3 @@ + o Minor bugfixes (path selection): + - Actually log the total bandwidth in compute_weighted_bandwidths(). + Fixes bug 24170; bugfix on 0.2.4.3-alpha. |