tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f9d8ade91242a702589e4e2ff2a280836fabb4da
parent da6b00443c266f1f0928ae02c3832123cbaa9455
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  4 May 2017 11:39:39 -0400

Dircache protocol version 2 adds support for diffs

Diffstat:
Msrc/or/protover.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 "