diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-20 04:34:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-20 04:34:39 +0000 |
commit | 94dabd2c23bf86dcd603d53a1e0a678b77097737 (patch) | |
tree | ae4be6978766f346407a9c3d4eca92a793c944fc /ChangeLog | |
parent | dd50ffb1de2b408be2d6e5c0aba767d361bc80c5 (diff) | |
download | tor-94dabd2c23bf86dcd603d53a1e0a678b77097737.tar.gz tor-94dabd2c23bf86dcd603d53a1e0a678b77097737.zip |
If you're using bridges, generate "bootstrap problem" warnings
as soon as you run out of working bridges, rather than waiting
for ten failures -- which will never happen if you have less than
ten bridges.
svn:r15368
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -37,9 +37,18 @@ Changes in version 0.2.1.2-alpha - 2008-06-?? from cannibalized circuits are completely ignored and not included in rendezvous service descriptors. This might be another reason for delay in making a hidden service available. Bugfix on 0.2.0.14-alpha. + + o Bootstrapping bugfixes: - Directory authorities shouldn't complain about bootstrapping problems just because they do a lot of reachability testing and some of the connection attempts fail. + - Start sending "count" and "recommendation" key/value pairs in + bootstrap problem status events, so the controller can hear about + problems even before Tor decides they're worth reporting for sure. + - If you're using bridges, generate "bootstrap problem" warnings + as soon as you run out of working bridges, rather than waiting + for ten failures -- which will never happen if you have less than + ten bridges. Changes in version 0.2.1.1-alpha - 2008-06-13 |