summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-01-13 14:33:46 +0000
committerRoger Dingledine <arma@torproject.org>2004-01-13 14:33:46 +0000
commit9a53afb45b20fc06b5f9fca17608465f061ee048 (patch)
tree3c47958bcd7e1f687015241a5ca7307c8961c5ec
parent9c8876be146a6f8566891fa84e05e1b60238508a (diff)
downloadtor-9a53afb45b20fc06b5f9fca17608465f061ee048.tar.gz
tor-9a53afb45b20fc06b5f9fca17608465f061ee048.zip
several new todo items, prompted by wmf and weasel
svn:r993
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index c48d78d29f..8e836e974f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -119,8 +119,11 @@ Short-term:
o Remember address and port when beginning.
- Extend by nickname/hostname/something, not by IP.
- Need a relay teardown cell, separate from one-way ends.
+ - remove per-connection rate limiting
- Make it harder to circumvent bandwidth caps: look at number of bytes
sent across sockets, not number sent inside TLS stream.
+ - make 'make test' exit(1) if a test fails.
+ - fix buffer unit test so it passes
On-going
. Better comments for functions!