summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-10 13:54:02 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-10 13:54:02 -0400
commit820a32702f27373456fa496e8dffed2e329a7664 (patch)
treecca3e240012297992e077d5734752c1840073c0a
parent184b0503fc794be3c0ad62eb5bf45845fa8c42c3 (diff)
parent5abcb7e32e3132d77237d22e36d03d1018388407 (diff)
Merge branch 'compiletimeLTO' of https://github.com/tux3/toxcore
-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.