From: Nick Mathewson Date: Thu, 13 Feb 2025 14:00:32 +0000 (-0500) Subject: Add protover for prop321 (happy families) support X-Git-Tag: tor-0.4.9.2-alpha~33^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b3c15d4c0042becabbb96b22bec50d606d83fb4;p=thirdparty%2Ftor.git Add protover for prop321 (happy families) support --- diff --git a/src/core/or/protover.c b/src/core/or/protover.c index 1ac32bf06c..5643da6906 100644 --- a/src/core/or/protover.c +++ b/src/core/or/protover.c @@ -386,10 +386,10 @@ protocol_list_supports_protocol_or_later(const char *list, /* * XXX START OF HAZARDOUS ZONE XXX */ -/* All protocol version that this relay version supports. */ +/* All protocol version that this version of tor supports. */ #define PR_CONFLUX_V "1" #define PR_CONS_V "1-2" -#define PR_DESC_V "1-3" +#define PR_DESC_V "1-4" #define PR_DIRCACHE_V "2" #define PR_FLOWCTRL_V "1-2" #define PR_HSDIR_V "2"