From 4b3c15d4c0042becabbb96b22bec50d606d83fb4 Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Thu, 13 Feb 2025 09:00:32 -0500
Subject: [PATCH] Add protover for prop321 (happy families) support

---
 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
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"
-- 
GitLab