diff options
author | Roger Dingledine <arma@torproject.org> | 2016-11-16 16:22:11 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-11-16 16:22:11 -0500 |
commit | f12aad7f09a608a803b74315213f6f57c97737de (patch) | |
tree | 929b44a3e17d19f3067a862521167938c228aec2 /changes | |
parent | 3bb40b213b26467df2604023ae29d915dc740128 (diff) | |
download | tor-f12aad7f09a608a803b74315213f6f57c97737de.tar.gz tor-f12aad7f09a608a803b74315213f6f57c97737de.zip |
don't attempt a resolve when the cached answer will do
For relays that don't know their own address, avoid attempting
a local hostname resolve for each descriptor we download. Also cut
down on the number of "Success: chose address 'x.x.x.x'" log lines.
Fixes bugs 20423 and 20610; bugfix on 0.2.8.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20423 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug20423 b/changes/bug20423 new file mode 100644 index 0000000000..32bdc3f081 --- /dev/null +++ b/changes/bug20423 @@ -0,0 +1,6 @@ + o Major bugfixes: + - For relays that don't know their own address, avoid attempting + a local hostname resolve for each descriptor we download. Also cut + down on the number of "Success: chose address 'x.x.x.x'" log lines. + Fixes bugs 20423 and 20610; bugfix on 0.2.8.1-alpha. + |