summaryrefslogtreecommitdiff
path: root/changes/bug20423
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-11-16 16:22:11 -0500
committerRoger Dingledine <arma@torproject.org>2016-11-16 16:22:11 -0500
commitf12aad7f09a608a803b74315213f6f57c97737de (patch)
tree929b44a3e17d19f3067a862521167938c228aec2 /changes/bug20423
parent3bb40b213b26467df2604023ae29d915dc740128 (diff)
downloadtor-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/bug20423')
-rw-r--r--changes/bug204236
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.
+