diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-02-25 16:22:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-02-25 16:22:29 -0500 |
commit | 2ab3389ed64827fee4e756e5a3ffc5ff579b1a05 (patch) | |
tree | 221c82d3a06aa60c1e156d972e120784d95b62a4 /ChangeLog | |
parent | 8b93dacbcfbca7b4653f7a9b727bdc209aff1e7c (diff) | |
parent | 215930a7de3682e311badc94edc5be761b61e0c0 (diff) | |
download | tor-2ab3389ed64827fee4e756e5a3ffc5ff579b1a05.tar.gz tor-2ab3389ed64827fee4e756e5a3ffc5ff579b1a05.zip |
Merge remote branch 'mikeperry/consensus-bw-weights5-merge'
Conflicts:
ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,4 +1,18 @@ Changes in version 0.2.2.10-alpha - 2010-??-?? + o Major features (performance): + - Alter the client path selection to use new consensus-generated + weightings to alter bandwidths when selecting Guard, Middle, Exit, + and Guard+Exit flagged nodes for entry, middle, and exit positions. + This should more evenly distribute the network load across these + different types of nodes, and give us the flexibility to globally + alter our node selection algorithms in the future. + + o Minor features (performance): + - Always perform router selections using weighted node bandwidth, + even if we don't need a high capacity circuit at the time. Non-fast + circuits now only differ from fast ones in that they can use nodes + not marked with the Fast flag. + o Minor bugfixes: - Fix a memleak in the EXTENDCIRCUIT logic. Spotted by coverity. Bugfix on 0.2.2.9-alpha. @@ -12,6 +26,7 @@ Changes in version 0.2.2.10-alpha - 2010-??-?? - Fix some urls in the exit notice file and make it XHTML1.1 strict compliant. Based on a patch from Christian Kujau. + Changes in version 0.2.2.9-alpha - 2010-02-22 o Directory authority changes: - Change IP address for dannenberg (v3 directory authority), and |