aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-09-14 03:45:03 +0000
committerRoger Dingledine <arma@torproject.org>2005-09-14 03:45:03 +0000
commit8c3f0dfe09edfcd3239b6142e89de987a59ed4c1 (patch)
tree4fe1962ccd8022403b94d57bfd23dcf3f414c9b8
parent48e2bbd4cbc9b9cc24e9e6c733ff1bd42b348d2b (diff)
downloadtor-8c3f0dfe09edfcd3239b6142e89de987a59ed4c1.tar.gz
tor-8c3f0dfe09edfcd3239b6142e89de987a59ed4c1.zip
update todo a bit
svn:r5049
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index bace51bee8..569999eae1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -39,7 +39,7 @@ for 0.1.1.x:
R - are dirservers auto-verifying duplicate nicknames?
o tor should auto-sort the recommended-versions strings
(with the new smartlist sort stuff maybe)
- - setconf SocksBindAddress kills tor if it fails to bind
+ o setconf SocksBindAddress kills tor if it fails to bind
N - controller libs should support resetconf command.
N . Additional controller features
@@ -73,7 +73,7 @@ R - If you think an OR conn is open but you can never establish a circuit
first place.) Also, we should audit all users of get_pending_bytes().)
- Make it harder to circumvent bandwidth caps: look at number of bytes
sent across sockets, not number sent inside TLS stream.
-R - remove the warnings from rendezvous stuff that shouldn't be warnings.
+R o remove the warnings from rendezvous stuff that shouldn't be warnings.
N . Handle rendezvousing with unverified nodes.
o Implement everything
@@ -122,7 +122,7 @@ R - check reachability as soon as you hear about a new server
o Support retrieving several-at-once
o Everyone downloads network-status objects
N . Clients: from all directories, round-robin
- o Basic implementation: disable until 0.1.1.6 is out.
+ o Basic implementation: disable until 0.1.1.x is out.
- On failure, mark trusted_dir_server as having failed once and
retry up to a point.
o Parse them
@@ -160,7 +160,7 @@ Reach (deferrable) items for 0.1.1.x:
- Start using create-fast cells as clients
o Let more config options (e.g. ORPort) change dynamically.
- start handling server descriptors without a socksport?
- o Add TTLs to DNS-related replies, and use them (where present) to adjust
+ o Add TTLs to DNS-related replies, and use them (when present) to adjust
addressmap values.
. Research memory use on Linux: what's happening?