diff options
| author | erdgeist <> | 2009-01-15 16:20:18 +0000 |
|---|---|---|
| committer | erdgeist <> | 2009-01-15 16:20:18 +0000 |
| commit | 930495a0dbd08b8e4b048c7258067444eb0d546b (patch) | |
| tree | ca4b443a909f91b7aaf0d266516206a555321131 /trackerlogic.h | |
| parent | d1a452e98a16048e8b42ce145792171049a4c03d (diff) | |
We sent an incorrect reply dictionary vor v6 announces
Diffstat (limited to 'trackerlogic.h')
| -rw-r--r-- | trackerlogic.h | 4 |
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; | |||
| 16 | typedef char ot_ip6[16]; | 16 | typedef 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 */ |
