diff options
author | Roger Dingledine <arma@torproject.org> | 2008-07-11 21:42:09 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-07-11 21:42:09 +0000 |
commit | 267e61d0f3eaf1c4e2bb0b910417917468e93814 (patch) | |
tree | 435fb8e5ad2d8b987f840b09848d43ceacaa9afc /ChangeLog | |
parent | 53f558decc4cb79b72d5bd26c061de03d880cb91 (diff) | |
download | tor-267e61d0f3eaf1c4e2bb0b910417917468e93814.tar.gz tor-267e61d0f3eaf1c4e2bb0b910417917468e93814.zip |
When relays do their initial bandwidth measurement, don't limit
to just our our entry guards for the test circuits. Otherwise we
tend to have multiple test circuits going through a single entry
guard, which makes our bandwidth test less accurate. Fixes part
of bug 654; patch contributed by Josh Albrecht.
(Actually, modify Josh's patch to avoid doing that when you're
a bridge relay, since it would leak more than we want to leak.)
svn:r15850
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ Changes in version 0.2.1.3-alpha - 2008-07-xx on the client side when connecting to a hidden service. Bugfix on 0.0.6pre1. Found and fixed by Christian Wilms; resolves bug 743. + o Minor features: + - When relays do their initial bandwidth measurement, don't limit + to just our our entry guards for the test circuits. Otherwise we + tend to have multiple test circuits going through a single entry + guard, which makes our bandwidth test less accurate. Fixes part + of bug 654; patch contributed by Josh Albrecht. + o Minor bugfixes: - Change the contrib/tor.logrotate script so it makes the new logs as "_tor:_tor" rather than the default, which is generally |