aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-03-21 12:04:30 +1000
committerteor <teor@torproject.org>2019-03-21 12:04:30 +1000
commit3adb689fbc28434efa6a3b599163b1d5b6cae3e9 (patch)
tree77ca7728a3b96ce110b2057cd71fda5dd74e1c06 /changes
parent41cd05562f68c23f8c3d95472e20a86165f6dc20 (diff)
parent4ab2e9a5990bd6f1fd65f2600dc7487686c801ff (diff)
downloadtor-3adb689fbc28434efa6a3b599163b1d5b6cae3e9.tar.gz
tor-3adb689fbc28434efa6a3b599163b1d5b6cae3e9.zip
Merge branch 'ticket29806_034_squashed' into ticket29806_035_squashed_merged
Copy and paste the vote=0 code from the old src/or/dirserv.c to the new src/feature/dirauth/bwauth.c.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket298067
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.