]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add protover for prop321 (happy families) support
authorNick Mathewson <nickm@torproject.org>
Thu, 13 Feb 2025 14:00:32 +0000 (09:00 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 6 Mar 2025 14:41:54 +0000 (09:41 -0500)
src/core/or/protover.c

index 1ac32bf06cb8542756bcaf8f9e26f2c16e95e5a9..5643da69067aab89f87b76bd96fd7dd1a13a15cb 100644 (file)
@@ -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"