aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-10-02 20:00:38 +0000
committerNick Mathewson <nickm@torproject.org>2003-10-02 20:00:38 +0000
commit985a3e14923e4d8a8b9e2914a66a800f89713da6 (patch)
tree38ed8d05e0291ac896f38d63a6f2e975686abc68 /doc
parent6ac42f5ec059421fdfbeb3ef8f2b4448c14b2947 (diff)
downloadtor-985a3e14923e4d8a8b9e2914a66a800f89713da6.tar
tor-985a3e14923e4d8a8b9e2914a66a800f89713da6.tar.gz
Add new cell fullness and bandwidth stats.
svn:r533
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 108da0565..b975019ee 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -41,9 +41,9 @@ Short-term:
o directory includes all routers, up and down
o add "up" line to directory, listing nicknames
ARMA . find an application that uses half-open connections: openssh
-NICK - instruments ORs to report stats
- - average cell fullness
- - average bandwidth used
+ o instruments ORs to report stats
+ o average cell fullness
+ o average bandwidth used
. integrate rep_ok functions, see what breaks
ARMA - configure log files. separate log file, separate severities.
ARMA - what assumptions break if we fclose(0) when we daemonize?