diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-19 23:04:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-19 23:04:56 +0000 |
commit | 126a3f699a8ed6f9c4d2b6c5f4b09f8be159fdd8 (patch) | |
tree | 0cadcaca6557237218a54985cfdec527a3a9755a /doc/TODO | |
parent | bfdb93d8bd7fbc24def7fa1a38c5b9a144eb5a44 (diff) | |
download | tor-126a3f699a8ed6f9c4d2b6c5f4b09f8be159fdd8.tar tor-126a3f699a8ed6f9c4d2b6c5f4b09f8be159fdd8.tar.gz |
r9273@Kushana: nickm | 2006-10-19 15:43:39 -0400
Never discard a descriptor for being too old until either it is recommended by no authorities, or until we download a better (more recent and recommended) one for the same router. This will eventually make it possible for servers to publish less often.
svn:r8761
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -142,8 +142,8 @@ x - Better estimates in the directory of whether servers have good uptime x - spec d - implement - - A more efficient dir protocol. -N - Later, servers will stop generating new descriptors simply + o Changes towards a more efficient dir protocol. + o Later, servers will stop generating new descriptors simply because 18 hours have passed: we must start tolerating this now. - Critical but minor bugs, backport candidates. |