diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-04 15:04:54 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-04 15:04:54 -0500 |
commit | 73de7b4bcb9b85a02f0bb7e75620dc6bffbdc75e (patch) | |
tree | 92395333d311a908fe8bcd88298a92dec223d91b /changes | |
parent | 3b5188576f7cbf20284a9f6e292fd2951504242f (diff) | |
parent | 06484eb5e19081f478c0c5569e2de6fcfb8d3531 (diff) | |
download | tor-73de7b4bcb9b85a02f0bb7e75620dc6bffbdc75e.tar.gz tor-73de7b4bcb9b85a02f0bb7e75620dc6bffbdc75e.zip |
Merge branch 'bug21394_029_redux' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21394.2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug21394.2 b/changes/bug21394.2 new file mode 100644 index 0000000000..b580d2a786 --- /dev/null +++ b/changes/bug21394.2 @@ -0,0 +1,7 @@ + o Minor bugfix (Exit node DNS retries): + - Re-attempt timed-out DNS queries 3 times before failure, since our + timeout is 5 seconds for them, but clients wait 10-15. Also allow + slightly more timeouts per resolver before giving up on it in the + case where an exit has multiple resolvers configured. Fixes bug 21394; + bugfix on 0.3.1.9. + |