aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-19 20:25:37 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-19 20:25:37 +0000
commita575280ed6edf410317ff605088426b514370bbb (patch)
treeca0d1a37c7bc17ee6c0d24261dd75270f005e062 /src/dht/gnunet-service-dht.c
parentb4936c16cf2aed0a259471928c9f9c8d41a5f5d6 (diff)
downloadgnunet-a575280ed6edf410317ff605088426b514370bbb.tar.gz
gnunet-a575280ed6edf410317ff605088426b514370bbb.zip
cleanup
Diffstat (limited to 'src/dht/gnunet-service-dht.c')
-rw-r--r--src/dht/gnunet-service-dht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c
index c4eec97ec..ce1687df9 100644
--- a/src/dht/gnunet-service-dht.c
+++ b/src/dht/gnunet-service-dht.c
@@ -27,7 +27,7 @@
27 * TODO: 27 * TODO:
28 * - decide which 'benchmark'/test functions to keep (malicious code, kademlia, etc.) 28 * - decide which 'benchmark'/test functions to keep (malicious code, kademlia, etc.)
29 * - decide on 'stop_on_closest', 'stop_on_found', 'do_find_peer', 'paper_forwarding' 29 * - decide on 'stop_on_closest', 'stop_on_found', 'do_find_peer', 'paper_forwarding'
30 * - use OPTION_MULTIPLE instead of linked list ofr the forward_list.hashmap 30 * - use OPTION_MULTIPLE instead of linked list for the forward_list.hashmap
31 * - use different 'struct DHT_MessageContext' for the different types of 31 * - use different 'struct DHT_MessageContext' for the different types of
32 * messages (currently rather confusing, especially with things like 32 * messages (currently rather confusing, especially with things like
33 * peer bloom filters occuring when processing replies). 33 * peer bloom filters occuring when processing replies).