commit 9b206eda055fd9bc288526ad1dd094677528cdad Author: teor teor@torproject.org Date: Tue Jan 22 09:55:00 2019 +1000
Clarify header and relay line order --- bandwidth-file-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt index 965191d..bef87b8 100644 --- a/bandwidth-file-spec.txt +++ b/bandwidth-file-spec.txt @@ -65,9 +65,9 @@ 2. Format details
The Bandwidth List MUST contain the following sections: - - Header List (exactly once), which is an ordered list of + - Header List (exactly once), which is a partially ordered list of - Header Lines (one or more times), then - - Relay Lines (zero or more times), which is an unordered list. + - Relay Lines (zero or more times), in an arbitrary order. If it does not contain these sections, parsers SHOULD ignore the file.
2.1. Definitions