aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-03-30 15:38:16 -0400
committerNick Mathewson <nickm@torproject.org>2012-03-30 15:38:16 -0400
commitcc3515780529277a5f9d788e8a256798e5cd144f (patch)
tree178e2a0d5b1aa6411cf5873a82446f438ee429ac /changes
parent458718d4975661831fa21d9f2653932e17c1bae0 (diff)
downloadtor-cc3515780529277a5f9d788e8a256798e5cd144f.tar
tor-cc3515780529277a5f9d788e8a256798e5cd144f.tar.gz
Twiddle ROUTER_{MAX_COSMETIC_TIME_DIFFERENCE,MAX_AGE_TO_PUBLISH}
This is ticket 2479. Roger's original explanation was: We have a series of bugs where relays publish a descriptor within 12 hours of their last descriptor, but the authorities drop it because it's not different "enough" from the last one and it's too close to the last one. The original goal of this idea was to a) reduce the number of new descriptors authorities accept (and thus have to store) and b) reduce the total number of descriptors that clients and mirrors fetch. It's a defense against bugs where relays publish a new descriptor every minute. Now that we're putting out one consensus per hour, we're doing better at the total damage that can be caused by 'b'. There are broader-scale design changes that would help here, and we've had a trac entry open for years about how relays should recognize that they're not in the consensus, or recognize when their publish failed, and republish sooner. In the mean time, I think we should change some of the parameters to make the problem less painful.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug27498
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug2749 b/changes/bug2749
new file mode 100644
index 000000000..964a82885
--- /dev/null
+++ b/changes/bug2749
@@ -0,0 +1,8 @@
+ o Changed parameters (authorities):
+ - Authorities are now a little more lenient at accepting older
+ router descriptors, or newer router descriptors that don't make
+ big changes. This should help ameliorate past and future issues
+ where routers think they have uploaded valid descriptors, but the
+ authorities don't think so. Fix for ticket 2479.
+
+