diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-28 22:14:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-28 22:14:39 +0000 |
commit | 76a408941c98f7d7a1667ac93e9f42acf99a87f9 (patch) | |
tree | 38d062ca3a460f9993e4a883979865b966401494 /ChangeLog | |
parent | afe9f33d35842f129d8fa363f109f643aeffef2f (diff) | |
download | tor-76a408941c98f7d7a1667ac93e9f42acf99a87f9.tar.gz tor-76a408941c98f7d7a1667ac93e9f42acf99a87f9.zip |
r13959@catbus: nickm | 2007-07-28 18:09:56 -0400
Use the correct formula to calculate exit weights.
svn:r10956
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? o Performance improvements: - Be more aggressive with freeing buffer RAM or putting it on the free lists. + - If exit bandwidth ever exceeds one third of total bandwidth, then + use the correct formula to weight exit nodes when choosing paths. + (Based on patch from Mike Perry.) o Performance improvements (win32): - Use Critical Sections rather than Mutexes for synchronizing threads |