[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Forward-port new reasons; clean up code more; add code to c...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Forward-port new reasons; clean up code more; add code to c...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Tue, 1 Mar 2005 17:16:17 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 01 Mar 2005 17:16:49 -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-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.