diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-24 17:05:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-24 17:05:00 +0000 |
commit | d3af1f218986556e2f233713de65ef7eab0eb4d1 (patch) | |
tree | 989f2bb4bee16e163507f1a0d4040b0d3aea6b75 /doc | |
parent | a951c015fe553b41b3461b10ae7bd9d1c30c5ba5 (diff) | |
download | tor-d3af1f218986556e2f233713de65ef7eab0eb4d1.tar.gz tor-d3af1f218986556e2f233713de65ef7eab0eb4d1.zip |
Backport candidate: Fix a long-standing server-side DNS bug. When a
client asks us to resolve (not connect to) an address, and we have a
cached answer, give them the cached answer. Previously, we would give
them no answer at all.
svn:r8478
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ d - Special-case localhost? o Connect to resolve cells, server-side. o Add element to routerinfo to note routers that aren't using eventdns, so we can avoid sending them reverse DNS etc. - - Fix the bug with server-side caching, whatever is causing it. + o Fix the bug with server-side caching, whatever is causing it. . Add client-side interface o SOCKS interface: specify o SOCKS interface: implement |