diff options
author | Roger Dingledine <arma@torproject.org> | 2014-07-24 00:35:47 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-07-24 16:24:17 -0400 |
commit | a57c07b21098da4a97d586ffdedca71babe4daaa (patch) | |
tree | b0a89bb185755ae7644c81874654d37b5ed971f3 /changes/ticket12690 | |
parent | a4c641cce91acb673f81db2b6093fde425039eaf (diff) | |
download | tor-a57c07b21098da4a97d586ffdedca71babe4daaa.tar.gz tor-a57c07b21098da4a97d586ffdedca71babe4daaa.zip |
Raise guard threshold to top 25% or 2000 kilounits
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.
Diffstat (limited to 'changes/ticket12690')
-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. + |