diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2018-04-01 03:52:34 +0000 |
---|---|---|
committer | Mike Perry <mikeperry-git@torproject.org> | 2018-05-01 19:47:07 +0000 |
commit | 937260af6a88680616aac578f3def329c7d9e3fe (patch) | |
tree | 945cd1d5c44942f493bf5fcb00d52c4abc20ede7 /changes/bug25705 | |
parent | b116710e313c6debf9bc172e462837782def57bd (diff) | |
download | tor-937260af6a88680616aac578f3def329c7d9e3fe.tar.gz tor-937260af6a88680616aac578f3def329c7d9e3fe.zip |
Bug 25705: Don't count circuit path failures as build failures.
Also emit a rate limited log message when they happen, since they are likely
correlated with other issues.
Diffstat (limited to 'changes/bug25705')
-rw-r--r-- | changes/bug25705 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug25705 b/changes/bug25705 new file mode 100644 index 0000000000..360d96d4c6 --- /dev/null +++ b/changes/bug25705 @@ -0,0 +1,5 @@ + o Minor bugfixes (circuit path selection): + - Don't count path selection failures as circuit build failures. This + should eliminate cases where Tor blames its guard or the network + for situations like insufficient microdescriptors and/or overly + restrictive torrc settings. Fixes bug 25705; bugfix on 0.3.3.1-alpha. |