From 930495a0dbd08b8e4b048c7258067444eb0d546b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 15 Jan 2009 16:20:18 +0000 Subject: We sent an incorrect reply dictionary vor v6 announces --- trackerlogic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trackerlogic.h') diff --git a/trackerlogic.h b/trackerlogic.h index da8f822..42cecb3 100644 --- a/trackerlogic.h +++ b/trackerlogic.h @@ -16,10 +16,10 @@ typedef time_t ot_time; typedef char ot_ip6[16]; #ifdef WANT_V6 #define OT_IP_SIZE 16 -#define PEERS6 "6" +#define PEERS_BENCODED "6:peers6" #else #define OT_IP_SIZE 4 -#define PEERS6 "" +#define PEERS_BENCODED "5:peers" #endif /* Some tracker behaviour tunable */ -- cgit v1.2.3