summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-02-08 11:40:35 -0500
committerNick Mathewson <nickm@torproject.org>2021-02-08 11:40:35 -0500
commit8d80126eee396b503e464f2647b7ca00fd9db6c0 (patch)
treebb53a3b24cdd8694ec4c1eb652f3ce6e2930aad1 /src/core
parentf420eacf1858220f1cb284353f975e03464b15e4 (diff)
downloadtor-8d80126eee396b503e464f2647b7ca00fd9db6c0.tar.gz
tor-8d80126eee396b503e464f2647b7ca00fd9db6c0.zip
Remove DirCache=1 from list of supported versions.
Closes #40221
Diffstat (limited to 'src/core')
-rw-r--r--src/core/or/protover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/protover.c b/src/core/or/protover.c
index 5a87ade3da..aa96cafff9 100644
--- a/src/core/or/protover.c
+++ b/src/core/or/protover.c
@@ -398,7 +398,7 @@ protover_get_supported_protocols(void)
return
"Cons=1-2 "
"Desc=1-2 "
- "DirCache=1-2 "
+ "DirCache=2 "
"FlowCtrl=1 "
"HSDir=1-2 "
"HSIntro=3-5 "