aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-15 19:40:12 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-15 19:40:12 -0500
commita8455f4d1a6ef7d2fca1e3cdc1b7b6ee5ce091c7 (patch)
treee37286614da7dccca7dd6f8fc078f21a8bdfcb1e /dir-spec.txt
parent9ea9d7c7aea6ef9997e37dca3f8bc840287fb9cb (diff)
downloadtorspec-a8455f4d1a6ef7d2fca1e3cdc1b7b6ee5ce091c7.tar.gz
torspec-a8455f4d1a6ef7d2fca1e3cdc1b7b6ee5ce091c7.zip
Describe the protocol versions lists more accurately.
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index 39355d7..12ece96 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -782,6 +782,7 @@
Entry = Keyword "=" Values
+ Values =
Values = Value
Values = Value "," Values
@@ -796,7 +797,7 @@
sorted by keyword. Values should be numerically ascending within each
entry. (This implies that there should be no overlapping ranges.)
Ranges should be represented as compactly as possible. Ints must be no
- more than 2^32 - 1.
+ more than 2^32 - 2. (Yes, 2.)
This field was first added in Tor 0.2.9.x. Some time after all earlier
Tor relay versions are obsolete, it will become mandatory.