diff options
author | juga0 <juga@riseup.net> | 2019-03-19 11:48:42 +0000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-21 12:00:45 +1000 |
commit | 4ab2e9a5990bd6f1fd65f2600dc7487686c801ff (patch) | |
tree | 8621e53bd242b0ed08979079d9f0954a9491e243 /changes | |
parent | e021f89f3636d197058dddea4383632bdf466ff0 (diff) | |
download | tor-4ab2e9a5990bd6f1fd65f2600dc7487686c801ff.tar.gz tor-4ab2e9a5990bd6f1fd65f2600dc7487686c801ff.zip |
bwauth: Ignore bandwidth file lines with "vote=0"
so that the relays that would be "excluded" from the bandwidth
file because of something failed can be included to diagnose what
failed, without still including these relays in the bandwidth
authorities vote.
Closes #29806.
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. |