summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-04-09 06:19:23 +0000
committerRoger Dingledine <arma@torproject.org>2006-04-09 06:19:23 +0000
commita699f38bc517cb777d311b820f11aa08653d7d2f (patch)
treed91a5abe07866ad03e4af09a428880ad8e92f80c
parent901ff3e1cee64bffa14791fb710cfab1e8fb97e0 (diff)
downloadtor-a699f38bc517cb777d311b820f11aa08653d7d2f.tar.gz
tor-a699f38bc517cb777d311b820f11aa08653d7d2f.zip
remove something from the todo, add something to it.
svn:r6335
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 4a4ab73158..1936fac22c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -253,8 +253,6 @@ Future version:
- DoS protection: TLS puzzles, public key ops, bandwidth exhaustion.
- Specify?
- tor-resolve script should use socks5 to get better error messages.
- - make min uptime a function of the available choices (say, choose 60th
- percentile, not 1 day.)
- Track uptime as %-of-time-up, as well as time-since-last-down.
- hidserv offerers shouldn't need to define a SocksPort
* figure out what breaks for this, and do it.
@@ -264,6 +262,8 @@ Future version:
X start handling server descriptors without a socksport?
- tor should be able to have a pool of outgoing IP addresses
that it is able to rotate through. (maybe)
+ - let each hidden service (or other thing) specify its own
+ OutboundBindAddress?
Blue-sky:
- Patch privoxy and socks protocol to pass strings to the browser.