summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-12-07 22:09:02 +0000
committerNick Mathewson <nickm@torproject.org>2005-12-07 22:09:02 +0000
commitf031ee8246c7c8786a876d2aad45ba0ba8ff38fa (patch)
tree44986a5b5be05fe36d2eb560ebf15bb5636c5445 /doc/TODO
parent666791f3f58be2da4304a54e79da5e3a1cd69d77 (diff)
downloadtor-f031ee8246c7c8786a876d2aad45ba0ba8ff38fa.tar.gz
tor-f031ee8246c7c8786a876d2aad45ba0ba8ff38fa.zip
Make clients use CREATE_FAST cells. add an option to disable this.
svn:r5524
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index bdc115af59..e59834aaf6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -217,9 +217,11 @@ N - Vet all pending installer patches
- unrecommend IE because of ftp:// bug.
- torrc.complete.in needs attention?
- - Start using create-fast cells as clients
- - Make this easy to disable via configuration options.
- - At the very least, implement this, and maybe leave it off.
+N . Start using create-fast cells as clients
+ o Make this easy to disable via configuration options.
+ o At the very least, implement this, and maybe leave it off.
+ - Document option. Document that clients do this.
+ - Audit code to verify that keys are generated right.
- Can/should we really dump "ports" from routerparse?