tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 76040d86911323e90a5905fd9d429d9687291104
parent c7534fa527baf1eb491a8805479c78c14a5c9e21
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  2 Jun 2025 16:44:27 -0400

Relays: Advertise support for cgo.

Diffstat:
Msrc/core/or/protover.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 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. */