summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-18 09:17:02 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-18 09:17:02 -0500
commit96211bcf714ac739f605dc0b5b8754418080591f (patch)
tree7c677d7993a65df2df28171dc7695a4dbab80937 /changes
parent164eeefb9360e20d358f3a08157c5b6227d98ac7 (diff)
parent5c34a53068f5556f5648dfe522030983f552a1fd (diff)
downloadtor-96211bcf714ac739f605dc0b5b8754418080591f.tar.gz
tor-96211bcf714ac739f605dc0b5b8754418080591f.zip
Merge branch 'bug9321_rerebase'
Conflicts: src/or/dirvote.h src/test/include.am src/test/test_entrynodes.c
Diffstat (limited to 'changes')
-rw-r--r--changes/bug93217
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug9321 b/changes/bug9321
new file mode 100644
index 0000000000..98260844b1
--- /dev/null
+++ b/changes/bug9321
@@ -0,0 +1,7 @@
+ o Major features:
+ - Introduce the Guardfraction feature which improves the load
+ balancing of path selection towards guard nodes. Specifically,
+ it aims to reduce the traffic gap that guard nodes experience
+ when they first get the Guard flag. This is a required step if
+ we want to increase the guard lifetime to 9 months or greater.
+ Resolves ticket 9321.