diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-12 22:02:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-12 22:02:47 +0000 |
commit | 3abafccd0eadb267401f20ef8c816c6e7f1c693e (patch) | |
tree | 7d0a5e4c28f40d1d4aaa410a401b61f4c83d7424 /ChangeLog | |
parent | d3331b3c125697bc9f1bbd8ca1917a0702770acc (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |