aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-19 23:04:56 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-19 23:04:56 +0000
commit126a3f699a8ed6f9c4d2b6c5f4b09f8be159fdd8 (patch)
tree0cadcaca6557237218a54985cfdec527a3a9755a /ChangeLog
parentbfdb93d8bd7fbc24def7fa1a38c5b9a144eb5a44 (diff)
downloadtor-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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cd97f071..c87c2aaab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@ Changes in version 0.1.2.3-alpha - 2006-10-??
- If most authorities set a (newly defined) BadExit flag for a server,
do not consider it as a general-purpose exit. Only consider
authorities that advertise themselves as listing bad exits.
+ - Start making it possible for servers to publish less often: never
+ discard a descriptor simply for being too old until either it is
+ recommended by no authorities, or until we get a better one for the
+ same router. Make caches consider retaining old recommended
+ routers for even longer.
o Minor features, controller:
- Add a REASON field to CIRC events; for backward compatibility, this