diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-03-26 15:16:37 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-03-26 15:16:37 +0200 |
commit | 2790ee3685ac2d906cab99d1eac8f7a627b00d90 (patch) | |
tree | f3c0c2b10fa882fcdcf053ce6fd8043d39e53bd3 /changes | |
parent | 613c5ff3578bacde129701e370eca2afaaf914ff (diff) | |
parent | 06951cb3fcb9fc098c0122a728c400eb6b68daf4 (diff) | |
download | tor-2790ee3685ac2d906cab99d1eac8f7a627b00d90.tar.gz tor-2790ee3685ac2d906cab99d1eac8f7a627b00d90.zip |
Merge branch '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. |