[or-cvs] Forward-port new reasons; clean up code more; add code to c...

Nick Mathewson nickm at seul.org
Tue Mar 1 22:16:17 UTC 2005


Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv20853/doc

Modified Files:
	TODO 
Log Message:
Forward-port new reasons; clean up code more; add code to convert new reasons to SOCKS5 reply codes; add code to convert errnos to reasons.  New code still needs to get invoked.

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -d -r1.266 -r1.267
--- TODO	1 Mar 2005 01:44:57 -0000	1.266
+++ TODO	1 Mar 2005 22:16:14 -0000	1.267
@@ -73,17 +73,15 @@
     o If a version is later than the last in its series, but a version
       in the next series is recommended, that doesn't mean it's bad.
   - Do end reasons better
-    - Start using RESOURCELIMIT more.
-    - Try to use MISC a lot less.
+    . Start using RESOURCELIMIT more.
+    . Try to use MISC a lot less.
       - bug: if the exit node fails to create a socket (e.g. because it
         has too many open), we will get a generic stream end response.
-      - niels's "did it fail because conn refused or timeout or what"
+      . niels's "did it fail because conn refused or timeout or what"
         relay end feature.
-N   - Realize that unrecognized end reasons are probably features rather than
+    o Realize that unrecognized end reasons are probably features rather than
       bugs. (backport to 009x)
-N   - Start recognizing, but maybe not yet generating, more reasons and
-      needed -- aim to eliminate misc. (backport to 009x)
-N - Feed end reason back into SOCK5 as reasonable.
+N . Feed end reason back into SOCK5 as reasonable.
 R o cache .foo.exit names better, or differently, or not.
 N - make !advertised_server_mode() ORs fetch dirs less often.
 N - Clean up NT service code even more.  Document it. Enable it by default.



More information about the tor-commits mailing list