diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-02 22:15:26 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-02 22:15:26 +0000 |
commit | 99bfb1bebe20c1502c782f94c0366aa4f337131d (patch) | |
tree | ce273dda358f9c2a2808b4da6229d1e4c8c4d2b9 /ChangeLog | |
parent | 5c1daed3adc652a6dfe0c2e4373dbc03b0a23945 (diff) | |
download | tor-99bfb1bebe20c1502c782f94c0366aa4f337131d.tar tor-99bfb1bebe20c1502c782f94c0366aa4f337131d.tar.gz |
If there's a never-before-connected-to guard node in our list,
never choose any guards past it. This way we don't expand our
guard list unless we need to. [Bugfix in 0.1.2.x]
I'm not sure if this will solve all our problems, but it is at least
something.
svn:r10730
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -50,6 +50,11 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - Stop under-counting the number of authorities that recommend each version. [Bugfix on 0.1.2.x] + o Minor bugfixes (guard nodes): + - If there's a never-before-connected-to guard node in our list, + never choose any guards past it. This way we don't expand our + guard list unless we need to. [Bugfix in 0.1.2.x] + Changes in version 0.2.0.2-alpha - 2007-06-02 o Major bugfixes on 0.2.0.1-alpha: |