diff options
author | teor <teor2345@gmail.com> | 2017-03-02 15:33:09 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-03-02 15:34:45 +1100 |
commit | e0486c937178981585d45b65b359f488ed96c06d (patch) | |
tree | 61b0169c8ab0edff352309ef9c981edad8d6b786 /changes | |
parent | 75492598b2fa595c25c41212d3b2714e59efdcc2 (diff) | |
download | tor-e0486c937178981585d45b65b359f488ed96c06d.tar.gz tor-e0486c937178981585d45b65b359f488ed96c06d.zip |
Make hidden services always check for failed intro point connections
Previously, they would stop checking when they exceeded their intro point
creation limit.
Fixes bug 21596; bugfix on commit d67bf8b2f23 in Tor 0.2.7.2-alpha.
Reported by alecmuffett.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21596 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug21596 b/changes/bug21596 new file mode 100644 index 0000000000..ec0a46bb81 --- /dev/null +++ b/changes/bug21596 @@ -0,0 +1,5 @@ + o Minor bugfixes (hidden services): + - Make hidden services check for failed intro point connections, even when + they have exceeded their intro point creation limit. Fixes bug 21596; + bugfix on commit d67bf8b2f23 in Tor 0.2.7.2-alpha. Reported by + alecmuffett. |