summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-12-14 22:00:58 +0000
committerNick Mathewson <nickm@torproject.org>2005-12-14 22:00:58 +0000
commit9482b1b9d5aa892aad997799be7dadbc94856371 (patch)
tree7500447df1338485d9c983f5120c69de3849393e /doc/TODO
parent7e6a41af93c15173f0e3fbd83a6bd95865c3a289 (diff)
downloadtor-9482b1b9d5aa892aad997799be7dadbc94856371.tar.gz
tor-9482b1b9d5aa892aad997799be7dadbc94856371.zip
Choose directory servers from routerstatus list, not from routerinfo list. This way, as soon was we have a networkstatus, we can ask a cache to give us routers, rather than needing to ask the directories.
svn:r5586
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 99c70b372f..083e9f090b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -194,8 +194,8 @@ N - Clients use Stable and Fast instead of uptime and bandwidth to
servers?
- Is this still necessary?
o All versions of Tor should get cosmetic changes rate-limited.
- - Pick directories from networkstatus objects, not from routerlist.
- - But! We can't do this easily, since we want to know about platform,
+ o Pick directories from networkstatus objects, not from routerlist.
+ o But! We can't do this easily, since we want to know about platform,
and networkstatus doesn't tell us Tor version. Can we solve this?
Should we do it by adding flags to networkstatus or what?