From 8d80126eee396b503e464f2647b7ca00fd9db6c0 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 8 Feb 2021 11:40:35 -0500 Subject: Remove DirCache=1 from list of supported versions. Closes #40221 --- src/core/or/protover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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 " -- cgit v1.2.3-54-g00ecf