commit 4b3c15d4c0042becabbb96b22bec50d606d83fb4 parent 62820c22c53b412fa6965c35795e33e5caa39e3c Author: Nick Mathewson <nickm@torproject.org> Date: Thu, 13 Feb 2025 09:00:32 -0500 Add protover for prop321 (happy families) support Diffstat:
| M | src/core/or/protover.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"