diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2010-02-22 17:04:35 -0800 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2010-02-22 17:12:48 -0800 |
commit | bce0021d963219cf2c550eaeac3be86d9ebaf625 (patch) | |
tree | e0be05e0a9570caf045e55af1ded2f70c41ee4d1 /ChangeLog | |
parent | f4d6315afae34c00b9dea45de631a97c0fcfdfb9 (diff) | |
download | tor-bce0021d963219cf2c550eaeac3be86d9ebaf625.tar.gz tor-bce0021d963219cf2c550eaeac3be86d9ebaf625.zip |
Add a changelog entry for the bandwidth weightings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Changes in version 0.2.2.10-alpha - ?? + 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. + Changes in version 0.2.2.9-alpha - 2010-02-22 o Directory authority changes: - Change IP address for dannenberg (v3 directory authority), and |