summaryrefslogtreecommitdiff
path: root/toxcore/DHT.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-12 16:48:35 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-16 12:06:02 +0100
commit1494e474dde58ec6e446cdbfad9a8d89f6c4796c (patch)
treee454a18a0f61468d10833d8e80039d025f94f568 /toxcore/DHT.h
parent37c041f8159f7e89f2585243e9b8073f47d77fd1 (diff)
Ensure that all TODOs have an owner.
In the future, all TODOs added either need a bug number (TODO(#NN)) or a person's github user name. By default, I made irungentoo the owner of all toxcore TODOs, mannol the owner of toxav TODOs, and myself the owner of API TODOs.
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 *