summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h4
1 files changed, 2 insertions, 2 deletions
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;
16typedef char ot_ip6[16]; 16typedef char ot_ip6[16];
17#ifdef WANT_V6 17#ifdef WANT_V6
18#define OT_IP_SIZE 16 18#define OT_IP_SIZE 16
19#define PEERS6 "6" 19#define PEERS_BENCODED "6:peers6"
20#else 20#else
21#define OT_IP_SIZE 4 21#define OT_IP_SIZE 4
22#define PEERS6 "" 22#define PEERS_BENCODED "5:peers"
23#endif 23#endif
24 24
25/* Some tracker behaviour tunable */ 25/* Some tracker behaviour tunable */