diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:17:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:17:02 -0500 |
commit | 96211bcf714ac739f605dc0b5b8754418080591f (patch) | |
tree | 7c677d7993a65df2df28171dc7695a4dbab80937 /changes | |
parent | 164eeefb9360e20d358f3a08157c5b6227d98ac7 (diff) | |
parent | 5c34a53068f5556f5648dfe522030983f552a1fd (diff) | |
download | tor-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/bug9321 | 7 |
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. |