diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-07 22:09:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-07 22:09:02 +0000 |
commit | f031ee8246c7c8786a876d2aad45ba0ba8ff38fa (patch) | |
tree | 44986a5b5be05fe36d2eb560ebf15bb5636c5445 /doc/TODO | |
parent | 666791f3f58be2da4304a54e79da5e3a1cd69d77 (diff) | |
download | tor-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/TODO | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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? |