diff options
author | Roger Dingledine <arma@torproject.org> | 2014-07-24 16:30:50 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-07-24 16:30:50 -0400 |
commit | eb3e0e3da300f6c7c4e04386de872b4949a9baaf (patch) | |
tree | f37a657ee3637fdab3be0ee3280285a3911381bb /changes | |
parent | bc9866e13ff140b237b0560a784bb72bff67a8e3 (diff) | |
parent | a57c07b21098da4a97d586ffdedca71babe4daaa (diff) | |
download | tor-eb3e0e3da300f6c7c4e04386de872b4949a9baaf.tar.gz tor-eb3e0e3da300f6c7c4e04386de872b4949a9baaf.zip |
Merge branch 'maint-0.2.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket12690 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket12690 b/changes/ticket12690 new file mode 100644 index 0000000000..5091883602 --- /dev/null +++ b/changes/ticket12690 @@ -0,0 +1,9 @@ + o Minor features: + - Authorities now assign the Guard flag to the fastest 25% of the + network (it used to be the fastest 50%). Also raise the consensus + weight that guarantees the Guard flag from 250 to 2000. For the + current network, this results in about 1100 guards, down from 2500. + This step paves the way for moving the number of entry guards + down to 1 (proposal 236) while still providing reasonable expected + performance for most users. Implements ticket 12690. + |