aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-01-22 19:20:33 +0000
committerRoger Dingledine <arma@torproject.org>2007-01-22 19:20:33 +0000
commit9f733c31ccd4dda36b80353aea4c930df0f6eb83 (patch)
tree7709c188cbfdef2c8acb9ae1ed32cc125577362a /doc/TODO
parent36620ca0567561ddda6f867440119e705409b3fa (diff)
downloadtor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.tar
tor-9f733c31ccd4dda36b80353aea4c930df0f6eb83.tar.gz
minor cleanups
svn:r9387
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index cab563190..bd2e787c4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -32,6 +32,9 @@ N - Test guard unreachable logic; make sure that we actually attempt to
R - Reconstruct ChangeLog; put rolled-up info in ReleaseNotes or something.
Items for 0.1.2.x:
+ - weight dir requests by advertised bandwidth? with maybe a lower cutoff
+ than for tor traffic. perhaps also weighted by the expected size of
+ the response.
o enumerate events of important things that occur in tor, so vidalia can
react.
o Backend implementation
@@ -315,6 +318,7 @@ M - rewrite how libevent does select() on win32 so it's not so very slow.
on.
Minor items for 0.1.2.x as time permits:
+ - include bandwidth breakdown by conn->type in BW events.
- getinfo ns/name/moria2 doesn't include a "v" line, even when some
network-statuses I have show it. I suppose the fix should go in
networkstatus_getinfo_helper_single() in routerlist.c.