diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-02-08 11:40:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-02-08 11:40:35 -0500 |
commit | 8d80126eee396b503e464f2647b7ca00fd9db6c0 (patch) | |
tree | bb53a3b24cdd8694ec4c1eb652f3ce6e2930aad1 /src/rust | |
parent | f420eacf1858220f1cb284353f975e03464b15e4 (diff) | |
download | tor-8d80126eee396b503e464f2647b7ca00fd9db6c0.tar.gz tor-8d80126eee396b503e464f2647b7ca00fd9db6c0.zip |
Remove DirCache=1 from list of supported versions.
Closes #40221
Diffstat (limited to 'src/rust')
-rw-r--r-- | src/rust/protover/protover.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/protover/protover.rs b/src/rust/protover/protover.rs index 0060864a2e..da87509ffa 100644 --- a/src/rust/protover/protover.rs +++ b/src/rust/protover/protover.rs @@ -160,7 +160,7 @@ pub(crate) fn get_supported_protocols_cstr() -> &'static CStr { cstr!( "Cons=1-2 \ Desc=1-2 \ - DirCache=1-2 \ + DirCache=2 \ FlowCtrl=1 \ HSDir=1-2 \ HSIntro=3-5 \ @@ -175,7 +175,7 @@ pub(crate) fn get_supported_protocols_cstr() -> &'static CStr { cstr!( "Cons=1-2 \ Desc=1-2 \ - DirCache=1-2 \ + DirCache=2 \ FlowCtrl=1 \ HSDir=1-2 \ HSIntro=3-5 \ |