summaryrefslogtreecommitdiff
path: root/core/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/DHT.h')
-rw-r--r--core/DHT.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/DHT.h b/core/DHT.h
index 880cbf8e..0acc6602 100644
--- a/core/DHT.h
+++ b/core/DHT.h
@@ -130,7 +130,6 @@ Friend friends_list[256];
130uint16_t num_friends; 130uint16_t num_friends;
131 131
132//The list of ip ports along with the ping_id of what we sent them and a timestamp 132//The list of ip ports along with the ping_id of what we sent them and a timestamp
133//TODO: make this more efficient looping up to 128 times is a bit...
134#define LPING_ARRAY 128 133#define LPING_ARRAY 128
135 134
136Pinged pings[LPING_ARRAY]; 135Pinged pings[LPING_ARRAY];