[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] we forgot to include the resolved IP in "connected" cells
- To: or-cvs@freehaven.net
- Subject: [or-cvs] we forgot to include the resolved IP in "connected" cells
- From: arma@seul.org (Roger Dingledine)
- Date: Thu, 26 Feb 2004 23:08:46 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 26 Feb 2004 23:09:03 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
TODO
Log Message:
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
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- TODO 26 Feb 2004 23:36:31 -0000 1.58
+++ TODO 27 Feb 2004 04:08:44 -0000 1.59
@@ -12,6 +12,9 @@
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.