[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Rename unused-address functions to virtual address; this is...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Rename unused-address functions to virtual address; this is...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Wed, 2 Mar 2005 16:02:13 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Wed, 02 Mar 2005 16:02:43 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv29841/doc
Modified Files:
TODO
Log Message:
Rename unused-address functions to virtual address; this is more accurate. Also, include almost-right implementation of reusing dont-care mappings. (It is still kind of wrong because it does not take type into account.)
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -d -r1.271 -r1.272
--- TODO 2 Mar 2005 20:22:10 -0000 1.271
+++ TODO 2 Mar 2005 21:02:10 -0000 1.272
@@ -56,12 +56,13 @@
o Need to remember descriptors for all routers.
o Replace everything else that remembers serverdescs with
routerinfo.
- - List of address mappings (all, or mapaddress+config,
- or just mapadddress?)
+ - List of address mappings
o POSTDESCRIPTOR
- o MAPADDRESS
+ . MAPADDRESS
o Map A->B.
o Map DontCare->B.
+ o Reuse mappings when asked to map DontCare->B for the same B.
+ - But only when the DontCare is of the same type. :/
o Way to handle overlong messages
o Specify fragmented format
o Implement fragmented format