summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/DHT.h')
-rw-r--r--toxcore/DHT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/DHT.h b/toxcore/DHT.h
index c5cde320..28848a4d 100644
--- a/toxcore/DHT.h
+++ b/toxcore/DHT.h
@@ -325,7 +325,7 @@ bool node_addable_to_close_list(DHT *dht, const uint8_t *public_key, IP_Port ip_
325 * 325 *
326 * sa_family = family (IPv4 or IPv6) (0 if we don't care)? 326 * sa_family = family (IPv4 or IPv6) (0 if we don't care)?
327 * is_LAN = return some LAN ips (true or false) 327 * is_LAN = return some LAN ips (true or false)
328 * want_good = do we want tested nodes or not? (TODO) 328 * want_good = do we want tested nodes or not? (TODO(irungentoo))
329 * 329 *
330 * return the number of nodes returned. 330 * return the number of nodes returned.
331 * 331 *