diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-09-17 03:53:07 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-10-02 12:49:35 -0700 |
commit | fbea8c8ef1e2f549e84ee681a9640c3006f7ad64 (patch) | |
tree | 5c3a01e4f706e81c39172d826f0c154303e4b882 /changes/bug3825a | |
parent | 34a6b8b7e588b6f10e6e87cf876ef6ada49f8b8a (diff) | |
download | tor-fbea8c8ef1e2f549e84ee681a9640c3006f7ad64.tar.gz tor-fbea8c8ef1e2f549e84ee681a9640c3006f7ad64.zip |
Detect and remove unreachable intro points
Diffstat (limited to 'changes/bug3825a')
-rw-r--r-- | changes/bug3825a | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug3825a b/changes/bug3825a new file mode 100644 index 0000000000..6606e36efe --- /dev/null +++ b/changes/bug3825a @@ -0,0 +1,8 @@ + o Major bugfixes: + + - When one of a hidden service's introduction points appears to be + unreachable, stop trying it. Previously, we would keep trying + to build circuits to the introduction point until we lost the + descriptor, usually because the user gave up and restarted Tor. + Partly fixes bug 3825. + |