diff options
author | teor <teor@torproject.org> | 2019-03-27 10:01:45 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-27 10:01:45 +1000 |
commit | 6d057c56f170a7d72751b9557c78c2f6ee5735b9 (patch) | |
tree | f597549d98bd812b2cef828fcc4133d5d07109b3 /changes | |
parent | d7a5fdcb7408536008e8142becc323148e901da5 (diff) | |
parent | 4ab2e9a5990bd6f1fd65f2600dc7487686c801ff (diff) | |
download | tor-6d057c56f170a7d72751b9557c78c2f6ee5735b9.tar.gz tor-6d057c56f170a7d72751b9557c78c2f6ee5735b9.zip |
Merge remote-tracking branch 'tor-github/pr/820' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket29806 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket29806 b/changes/ticket29806 new file mode 100644 index 0000000000..6afefd4c04 --- /dev/null +++ b/changes/ticket29806 @@ -0,0 +1,7 @@ + o Minor features (bandwidth authority): + - Make bandwidth authorities to ignore relays that are reported in the + bandwidth file with the key-value "vote=0". + This change allows to report the relays that were not measured due + some failure and diagnose the reasons without the bandwidth being included in the + bandwidth authorities vote. + Closes ticket 29806. |