commit 8692de910d3b56da27f17f890472ec91cf2014e7 Author: Nick Mathewson nickm@torproject.org Date: Wed May 10 12:43:57 2017 -0400
Correct recommended/required protocols list per 21109 --- tor-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tor-spec.txt b/tor-spec.txt index 927173b..5cdaf8a 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -1660,12 +1660,12 @@ see tor-design.pdf. Starting in version 0.2.9.4-alpha, the initial required protocols for clients that we will Recommend and Require are:
- Cons=1-2 Desc=1-2 DirCache=1 HSDir=2 HSIntro=3 HSRend=1 Link=4 + Cons=1-2 Desc=1-2 DirCache=1 HSDir=1 HSIntro=3 HSRend=1 Link=4 LinkAuth=1 Microdesc=1-2 Relay=2
For relays we will Require:
- Cons=1 Desc=1 DirCache=1 HSDir=2 HSIntro=3 HSRend=1 Link=3-4 + Cons=1 Desc=1 DirCache=1 HSDir=1 HSIntro=3 HSRend=1 Link=3-4 LinkAuth=1 Microdesc=1 Relay=1-2
For relays, we will additionally Recommend all protocols which we
tor-commits@lists.torproject.org