Browse Source

Dircache protocol version 2 adds support for diffs

Nick Mathewson 7 years ago
parent
commit
f9d8ade912
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/protover.c

+ 1 - 1
src/or/protover.c

@@ -288,7 +288,7 @@ protover_get_supported_protocols(void)
   return
     "Cons=1-2 "
     "Desc=1-2 "
-    "DirCache=1 "
+    "DirCache=1-2 "
     "HSDir=1-2 "
     "HSIntro=3-4 "
     "HSRend=1-2 "