diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-08-22 03:10:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-08-22 03:10:53 +0000 |
commit | dc09c7fc736378e9cf19bf751516e9aed97501da (patch) | |
tree | 735df5b2e11e1a7721fd738b6ad5836116a1cbb9 /doc | |
parent | a966100a63390e447337749800f70ac3f1c225cf (diff) | |
download | tor-dc09c7fc736378e9cf19bf751516e9aed97501da.tar.gz tor-dc09c7fc736378e9cf19bf751516e9aed97501da.zip |
Implement new (reduced-frequency) upload rules. arma, you should review this.
svn:r4806
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -172,8 +172,11 @@ r - kill dns workers more slowly before we approve them - other? - dirservers publish router-status with all these flags. - - Servers publish new descriptors when options change, when 12-24 hours - have passed, when uptime is reset, or when bandwidth changes a lot. + o Servers publish new descriptors when: + o options change + o when 12-24 hours have passed + o when uptime is reset + o When bandwidth changes a lot. - alices fetch many router-statuses and update descriptors as needed. - add if-newer-than fetch options - dirservers allow people to lookup by N descriptors, or to fetch all. |