summaryrefslogtreecommitdiff
path: root/toxcore/DHT.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.c')
-rw-r--r--toxcore/DHT.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxcore/DHT.c b/toxcore/DHT.c
index 6bd23081..fb326c9b 100644
--- a/toxcore/DHT.c
+++ b/toxcore/DHT.c
@@ -65,11 +65,6 @@
65/* Number of get node requests to send to quickly find close nodes. */ 65/* Number of get node requests to send to quickly find close nodes. */
66#define MAX_BOOTSTRAP_TIMES 10 66#define MAX_BOOTSTRAP_TIMES 10
67 67
68Client_data *DHT_get_close_list(DHT *dht)
69{
70 return dht->close_clientlist;
71}
72
73/* Compares client_id1 and client_id2 with client_id. 68/* Compares client_id1 and client_id2 with client_id.
74 * 69 *
75 * return 0 if both are same distance. 70 * return 0 if both are same distance.