summaryrefslogtreecommitdiff
path: root/changes/feature18624
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-03-24 15:00:01 -0400
committerRoger Dingledine <arma@torproject.org>2016-03-24 15:00:01 -0400
commitc4208ef65f58836670dab286bad0289259582124 (patch)
tree50bd5328890cee099128e78d21421bd8270d3f1a /changes/feature18624
parent4f86d75a4bece7768ddb87db0276268666efcf11 (diff)
downloadtor-c4208ef65f58836670dab286bad0289259582124.tar.gz
tor-c4208ef65f58836670dab286bad0289259582124.zip
dir auths only give Guard if they're giving Stable
This change allows us to simplify path selection for clients, and it should have minimal effect in practice since >99% of Guards already have the Stable flag. Implements ticket 18624.
Diffstat (limited to 'changes/feature18624')
-rw-r--r--changes/feature186247
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/feature18624 b/changes/feature18624
new file mode 100644
index 0000000000..a3be90f745
--- /dev/null
+++ b/changes/feature18624
@@ -0,0 +1,7 @@
+ o Minor features:
+ - Directory authorities now only give the Guard flag to a relay if
+ they are also giving it the Stable flag. This change allows us to
+ simplify path selection for clients, and it should have minimal
+ effect in practice since >99% of Guards already have the Stable
+ flag. Implements ticket 18624.
+