commit 5772170591a11bcdb2ef7ac2675790614c184896 Author: Nick Mathewson nickm@torproject.org Date: Thu Sep 7 09:02:11 2017 -0400
Mention link protocol 5 in section 9.1
Closes ticket 22918. --- tor-spec.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tor-spec.txt b/tor-spec.txt index 600d457..3431ca5 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -1701,9 +1701,10 @@ see tor-design.pdf. Two Tor instances can make a connection to each other only if they have at least one link protocol in common.
- The current "link" versions are: "1" through "4". See section 4.1 for more - information. All current Tor versions support "1-3"; version from - 0.2.4.11-alpha and on support "1-4". Eventually we will drop "1" and "2". + The current "link" versions are: "1" through "5". See section 4.1 for more + information. All current Tor versions support "1-3"; versions from + 0.2.4.11-alpha and on support "1-4"; versions from 0.3.1.1-alpha and on + support "1-5". Eventually we will drop "1" and "2".
9.2. "LinkAuth"