summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2014-08-30 09:00:40 +0200
committerNick Mathewson <nickm@torproject.org>2014-09-02 18:55:01 -0400
commit962765a35de4a069aba58e9cf6edb726ca22b98e (patch)
tree09c4000c58eaa01ce2e637232fbd59a05ed6afc9 /changes
parent14abf1c3f1534da308eb221fef483a293d449d4f (diff)
downloadtor-962765a35de4a069aba58e9cf6edb726ca22b98e.tar.gz
tor-962765a35de4a069aba58e9cf6edb726ca22b98e.zip
Don't list relays w/ bw estimate of 0 in the consensus
This implements a feature from bug 13000. Instead of starting a bwauth run with this wrong idea about their bw, relays should do the self-test and then get measured.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug130004
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug13000 b/changes/bug13000
index e537fb5f2d..731b4d07d5 100644
--- a/changes/bug13000
+++ b/changes/bug13000
@@ -2,4 +2,6 @@
- If our previous bandwidth estimate was 0 bytes, allow publishing a
new relay descriptor immediately. Fixes bug 13000; bugfix on
0.1.1.6-alpha.
-
+ o Minor features:
+ - Don't list relays with a bandwidth estimate of 0 in the consensus.
+ Implements a feature proposed during discussion of bug 13000.