commit 5ddeda35aeab8bc185b0914b138c144ba126a48b Author: teor teor@torproject.org Date: Mon Jan 14 11:28:45 2019 +1000
bandwidth: reword Header/Header Lines/Relay Lines descriptions --- bandwidth-file-spec.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt index e3a744f..bb017c2 100644 --- a/bandwidth-file-spec.txt +++ b/bandwidth-file-spec.txt @@ -65,8 +65,9 @@ 2. Format details
The Bandwidth List MUST contain the following sections: - - Header List (exactly once) - - Relays' Bandwidth List (zero or more times) + - Header List (exactly once), which is an ordered list of + - Header Lines (one or more times), then + - Relay Lines (zero or more times), which is an unordered list. If it does not contain these sections, parsers SHOULD ignore the file.
2.1. Definitions @@ -308,7 +309,7 @@ It consists of: is found conforming to the next section. Implementations of version 1.1.0 and later SHOULD include this Line.
-2.3. Relays' Bandwidth List format +2.3. Relay Line format
It consists of zero or more RelayLines with the relays' bandwidth in arbitrary order.
tor-commits@lists.torproject.org