summaryrefslogtreecommitdiff
path: root/changes/ticket12690
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-07-24 00:35:47 -0400
committerRoger Dingledine <arma@torproject.org>2014-07-24 16:24:17 -0400
commita57c07b21098da4a97d586ffdedca71babe4daaa (patch)
treeb0a89bb185755ae7644c81874654d37b5ed971f3 /changes/ticket12690
parenta4c641cce91acb673f81db2b6093fde425039eaf (diff)
downloadtor-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/ticket126909
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.
+