From: Nick Mathewson Date: Mon, 2 Jun 2025 20:44:27 +0000 (-0400) Subject: Relays: Advertise support for cgo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76040d86911323e90a5905fd9d429d9687291104;p=thirdparty%2Ftor.git Relays: Advertise support for cgo. --- diff --git a/src/core/or/protover.c b/src/core/or/protover.c index 0fefd4dc85..f609a5f632 100644 --- a/src/core/or/protover.c +++ b/src/core/or/protover.c @@ -399,7 +399,8 @@ protocol_list_supports_protocol_or_later(const char *list, #define PR_LINKAUTH_V "3" #define PR_MICRODESC_V "1-3" #define PR_PADDING_V "2" -#define PR_RELAY_V "2-4" +// XXXX CGO: Make 6 conditional? +#define PR_RELAY_V "2-6" /** Return the string containing the supported version for the given protocol * type. */