aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-09-13 22:24:05 +0000
committerRoger Dingledine <arma@torproject.org>2006-09-13 22:24:05 +0000
commitbd8362afcc7a5a5d2b7ecd38daa05120532894bc (patch)
treec7ce8c5cb3320595b2ec2d46d1d09665ca6f63a7 /doc/TODO
parent2b70bc3b22dd2b9725c8a3763533951c3547f6f9 (diff)
downloadtor-bd8362afcc7a5a5d2b7ecd38daa05120532894bc.tar
tor-bd8362afcc7a5a5d2b7ecd38daa05120532894bc.tar.gz
two todo items we'll need for the blocking-resistance scheme
svn:r8384
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 1ee6cd231..4229f4828 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -153,6 +153,13 @@ Topics to think about during 0.1.2.x development:
- Design next-version protocol for directories
- Design next-version protocol for connections
+For blocking-resistance scheme:
+ - allow ordinary-looking ssl for dir connections. need a new dirport
+ for this, or can we handle both ssl and non-ssl, or should we
+ entirely switch to ssl in certain cases?
+ - need to figure out how to fetch status of a few servers from the BDA
+ without fetching all statuses. A new URL to fetch I presume?
+
Deferred from 0.1.2.x:
- Memory use improvements:
- Look into pulling serverdescs off buffers as they arrive.