diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-14 22:00:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-14 22:00:58 +0000 |
commit | 9482b1b9d5aa892aad997799be7dadbc94856371 (patch) | |
tree | 7500447df1338485d9c983f5120c69de3849393e /doc/TODO | |
parent | 7e6a41af93c15173f0e3fbd83a6bd95865c3a289 (diff) | |
download | tor-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/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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? |