diff options
author | Roger Dingledine <arma@torproject.org> | 2008-05-28 10:03:19 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-05-28 10:03:19 +0000 |
commit | b3008a2fb91d97d30a42c1bf0de40d0e292b8db5 (patch) | |
tree | ecbad11ac694640d4e161073502c18dc7b9ac72b /doc/TODO | |
parent | 5c6734b25112ae0c0a65b00a13707f8d02efaf26 (diff) | |
download | tor-b3008a2fb91d97d30a42c1bf0de40d0e292b8db5.tar.gz tor-b3008a2fb91d97d30a42c1bf0de40d0e292b8db5.zip |
a bunch of little items for nick to work on, to make geoip reporting
closer to a reality
svn:r14769
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -280,7 +280,20 @@ Mike: ======================================================================= Bugs/issues for Tor 0.2.0.x: -R - let bridges set relaybandwidthrate as low as 5kb +N - We still never call geoip_remove_old_clients(). Should we call it, + with a cutoff of a day ago, each time we're about to build a + descriptor/extrainfo pair? +N - Rip out the MIN_IPS_* stuff for geoip reporting. +N - bridge authorities should not serve extrainfo docs. +N - We still never call geoip_remove_old_clients(). Should we call it, + with a cutoff of a day ago, each time we're about to build a + descriptor/extrainfo pair? +N - teach geoip_parse_entry() to skip over lines that start with #, so we + can put a little note at the top of the geoip file to say what it is. +N d we should have an off-by-default way for relays to dump geoip data to + a file in their data directory, for measurement purposes. it should be + listed along with their probability-of-selection +R d let bridges set relaybandwidthrate as low as 5kb R - bug: if we launch using bridges, and then stop using bridges, we still have our bridges in our entryguards section, and may use them. R - bridge communities |