aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-12 00:13:27 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-12 00:13:27 +0000
commit3c3ac254f010ec2447321d51732d0c6321ffb7a4 (patch)
tree5d4777df59395ceb8397c7117faece8b64edce64 /doc/TODO
parent094ccd34a92fc18a055cb8073fddd6e38b9c5a4d (diff)
downloadtor-3c3ac254f010ec2447321d51732d0c6321ffb7a4.tar
tor-3c3ac254f010ec2447321d51732d0c6321ffb7a4.tar.gz
two more todo items done, one more added.
svn:r5974
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 73fd68bf6..8b4757f17 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -52,7 +52,7 @@ N - look at the proposed os x uninstaller:
- update dir-spec with what we decided for each of these
N - commit edmanm's win32 makefile to tor cvs contrib
o use only the three dirservers for hidden service descriptors
- - and publish hidden service descriptors less frequently
+ o and publish hidden service descriptors less frequently
o when we're running an unrecommended version, we should be told
what versions *are* recommended. whose list do we use?
o add a GUARD flag to the network-status entries.
@@ -81,7 +81,7 @@ R - look into "uncounting" bytes spent on local connections. so
we can bandwidthrate but still have fast downloads.
N - make clients understand "private:*" in exit policies, even though
we don't generate it yet.
-R - remove duplicate entries in exitpolicy
+ o remove duplicate entries in exitpolicy
o In circuit_get_open_circ_or_launch(),
/* XXXX011 NM This should be a generic "retry all directory fetches". */
@@ -115,6 +115,10 @@ R - When we connect to a Tor server, it sends back a signed cell listing
Deferred from 0.1.1.x:
+ - If the server is spewing complaints about raising your ulimit -n,
+ we should add a note about this to the server descriptor so other
+ people can notice too.
+
- We need a getrlimit equivalent on Windows so we can reserve some
file descriptors for saving files, etc. Otherwise we'll trigger
asserts when we're out of file descriptors and crash.