From: Roger Dingledine Date: Thu, 13 Dec 2007 05:47:08 +0000 (+0000) Subject: change the specs to match the code X-Git-Tag: tor-0.2.0.13-alpha~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cdaa93d963e5ea29184d65d3ab9ccf0f84a9cf8;p=thirdparty%2Ftor.git change the specs to match the code svn:r12799 --- diff --git a/doc/spec/dir-spec-v2.txt b/doc/spec/dir-spec-v2.txt index d49420007a..b475f72e87 100644 --- a/doc/spec/dir-spec-v2.txt +++ b/doc/spec/dir-spec-v2.txt @@ -140,7 +140,7 @@ $Id$ - A descriptor field other than bandwidth or uptime has changed. - - Bandwidth has changed by more than +/- 50% from the last time a + - Bandwidth has changed by at least a factor of 2 from the last time a descriptor was generated, and at least a given interval of time (20 mins by default) has passed since then. diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 8ebc905191..dc89904a46 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -347,7 +347,7 @@ $Id$ - A descriptor field other than bandwidth or uptime has changed. - - Bandwidth has changed by more than +/- 50% from the last time a + - Bandwidth has changed by a factor of 2 from the last time a descriptor was generated, and at least a given interval of time (20 mins by default) has passed since then.