Merge branch 'compiletimeLTO' of https://github.com/tux3/toxcore

This commit is contained in:
irungentoo 2014-09-10 13:54:02 -04:00
commit 820a32702f
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -65,11 +65,6 @@
/* Number of get node requests to send to quickly find close nodes. */ /* Number of get node requests to send to quickly find close nodes. */
#define MAX_BOOTSTRAP_TIMES 10 #define MAX_BOOTSTRAP_TIMES 10
Client_data *DHT_get_close_list(DHT *dht)
{
return dht->close_clientlist;
}
/* Compares client_id1 and client_id2 with client_id. /* Compares client_id1 and client_id2 with client_id.
* *
* return 0 if both are same distance. * return 0 if both are same distance.