diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-03-26 15:16:21 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-03-26 15:16:21 +0200 |
commit | 06951cb3fcb9fc098c0122a728c400eb6b68daf4 (patch) | |
tree | 18ba9cd8313e31238536a6eae63d37fb70c460f2 /changes | |
parent | 4258728d56cb02d36baa785200a0d04f5b4c8fa6 (diff) | |
parent | 3af9a51118aadde538580f6d4f8043a0a9bba512 (diff) | |
download | tor-06951cb3fcb9fc098c0122a728c400eb6b68daf4.tar.gz tor-06951cb3fcb9fc098c0122a728c400eb6b68daf4.zip |
Merge branch 'tor-github/pr/847' into maint-0.4.0
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. |