aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-01 22:16:15 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-01 22:16:15 +0000
commit4ddf768a4fc98bfc2e18a7076bd0397967e3de5e (patch)
tree8049eb9dec027b429757925cce70f724c8151a8e /doc
parent59ec8ca3f1bbc20a982d1047666cd9483bb07704 (diff)
downloadtor-4ddf768a4fc98bfc2e18a7076bd0397967e3de5e.tar.gz
tor-4ddf768a4fc98bfc2e18a7076bd0397967e3de5e.zip
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.
svn:r3719
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO12
1 files changed, 5 insertions, 7 deletions
diff --git a/doc/TODO b/doc/TODO
index 5904d09791..17955d501a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -73,17 +73,15 @@ R . HTTPS proxy for OR CONNECT stuff. (For outgoing SSL connections to
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.