[tor-commits] [torspec/master] Remove sentence about including headers but no lines

nickm at torproject.org nickm at torproject.org
Mon Nov 26 21:51:56 UTC 2018


commit addf056f201561f1d967be45279c27f602b1eb2c
Author: juga0 <juga at riseup.net>
Date:   Wed Nov 7 16:37:32 2018 +0000

    Remove sentence about including headers but no lines
    
    When the are not enough eligible relays, since it's already
    mentioned in one of the KeyValues.
---
 bandwidth-file-spec.txt | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt
index 84429b8..6afc0a8 100644
--- a/bandwidth-file-spec.txt
+++ b/bandwidth-file-spec.txt
@@ -215,10 +215,6 @@ It consists of:
     The number of relays that have enough measurements to be
     included in the bandwidth file.
 
-    Implementations SHOULD include this KeyValue when
-    "minimum_percent_eligible_relays" is minor than
-    "percent_eligible_relays" and MAY not include any RelayLine.
-
     This Line has been added in version 1.2.0 of this specification.
 
   "minimum_percent_eligible_relays=" Int NL
@@ -233,10 +229,6 @@ It consists of:
     The minimum percentage is 60% in Torflow, so sbws uses
     60% as the default.
 
-    Implementations SHOULD include this KeyValue when
-    "minimum_percent_eligible_relays" is minor than
-    "percent_eligible_relays" and MAY not include any RelayLine.
-
     This Line has been added in version 1.2.0 of this specification.
 
   "number_consensus_relays=" Int NL
@@ -245,10 +237,6 @@ It consists of:
 
     The number of relays in the consensus.
 
-    Implementations SHOULD include this KeyValue when
-    "minimum_percent_eligible_relays" is minor than
-    "percent_eligible_relays" and MAY not include any RelayLine.
-
     This Line has been added in version 1.2.0 of this specification.
 
   "percent_eligible_relays=" Int NL
@@ -262,10 +250,6 @@ It consists of:
         (number_eligible_relays * 100.0) / number_consensus_relays
     to the number of relays in the consensus to include in this file.
 
-    Implementations SHOULD include this KeyValue when
-    "minimum_percent_eligible_relays" is minor than
-    "percent_eligible_relays" and MAY not include any RelayLine.
-
     This Line has been added in version 1.2.0 of this specification.
 
   "minimum_number_eligible_relays=" Int NL
@@ -277,10 +261,6 @@ It consists of:
     This line SHOULD be equal to:
         number_consensus_relays * (minimum_percent_eligible_relays / 100.0)
 
-    Implementations SHOULD include this KeyValue when
-    "minimum_percent_eligible_relays" is minor than
-    "percent_eligible_relays" and MAY not include any RelayLine.
-
     This Line has been added in version 1.2.0 of this specification.
 
   KeyValue NL





More information about the tor-commits mailing list