aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-12 22:02:47 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-12 22:02:47 +0000
commit3abafccd0eadb267401f20ef8c816c6e7f1c693e (patch)
tree7d0a5e4c28f40d1d4aaa410a401b61f4c83d7424 /ChangeLog
parentd3331b3c125697bc9f1bbd8ca1917a0702770acc (diff)
downloadtor-3abafccd0eadb267401f20ef8c816c6e7f1c693e.tar.gz
tor-3abafccd0eadb267401f20ef8c816c6e7f1c693e.zip
Start choosing which bridge to use proportional to its advertised
bandwidth, rather than uniformly at random. This should speed up Tor for bridge users. Also do this for people who set StrictEntryNodes. svn:r13486
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 762f03b5bc..fe8ce8d858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
Changes in version 0.2.0.20-?? - 2008-02-??
+ o Major features:
+ - Start choosing which bridge to use proportional to its advertised
+ bandwidth, rather than uniformly at random. This should speed up Tor
+ for bridge users. Also do this for people who set StrictEntryNodes.
+
o Minor features (performance):
- Tune parameters for cell pool allocation to minimize amount of
RAM overhead used.