summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-28 22:14:39 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-28 22:14:39 +0000
commit76a408941c98f7d7a1667ac93e9f42acf99a87f9 (patch)
tree38d062ca3a460f9993e4a883979865b966401494 /ChangeLog
parentafe9f33d35842f129d8fa363f109f643aeffef2f (diff)
downloadtor-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bb6feb7fa..cf67c4d47a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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