commit f9d8ade91242a702589e4e2ff2a280836fabb4da Author: Nick Mathewson nickm@torproject.org Date: Thu May 4 11:39:39 2017 -0400
Dircache protocol version 2 adds support for diffs --- src/or/protover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/protover.c b/src/or/protover.c index ee58927..1a3e69b 100644 --- a/src/or/protover.c +++ b/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 "
tor-commits@lists.torproject.org