diff options
author | George Kadianakis <desnacked@riseup.net> | 2015-01-29 15:49:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-18 09:09:34 -0500 |
commit | 33053d50a0c3a3545285bac8b6883f7c66cf748c (patch) | |
tree | 9be4544337c0caeb52765ad7c339153846dd0d4c /changes | |
parent | 028ede2f5e4ca3f5695cf9ca73fb9bd17a7de898 (diff) | |
download | tor-33053d50a0c3a3545285bac8b6883f7c66cf748c.tar.gz tor-33053d50a0c3a3545285bac8b6883f7c66cf748c.zip |
Final guardfraction preparations for upstream merge.
- Write a changes file.
- Change some logs to lesser severities.
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. |