summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-02-27 04:08:44 +0000
committerRoger Dingledine <arma@torproject.org>2004-02-27 04:08:44 +0000
commitfeafba073dc06ae3deb2e716923f3ec2907115dc (patch)
tree0739bdfe415146094520608276011a90167a3bd7
parent1b3c197fad4c71e279e8335270b5d111ff012a0e (diff)
downloadtor-feafba073dc06ae3deb2e716923f3ec2907115dc.tar.gz
tor-feafba073dc06ae3deb2e716923f3ec2907115dc.zip
we forgot to include the resolved IP in 'connected' cells
so the client-side dns cache is currently going unused we should do that sometime svn:r1141
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 96de8a3fa8..5f840d0c55 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -12,6 +12,9 @@ ARMA - arma claims
X Abandoned
Bugs:
+ - client-side dns cache doesn't appear to be getting populated
+ by 'connected' cells. In fact, the 'connected' cells don't even
+ include the IP. Oops.
o When it can't resolve any dirservers, it is useless from then on.
We should make it reload the RouterFile if it has no dirservers.
o Sometimes it picks a middleman node as the exit for a circuit.