aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-20 21:06:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-20 21:06:42 +0000
commite6976d9aadb2e6cc4005d33174688c3d86416ed2 (patch)
tree3bcc3067a9b36cef3980fe81361f7aba7bfcc22f /TODO
parentbe4b1dd005c4552b84411e2ba2b81972e367c0e4 (diff)
downloadgnunet-e6976d9aadb2e6cc4005d33174688c3d86416ed2.tar.gz
gnunet-e6976d9aadb2e6cc4005d33174688c3d86416ed2.zip
fixing non-transport compilation issues
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5f031772a..5d5f33234 100644
--- a/TODO
+++ b/TODO
@@ -13,11 +13,19 @@ away), in order in which they will likely be done:
13 13
14Urgent items (before announcing ng.gnunet.org): 14Urgent items (before announcing ng.gnunet.org):
15* CORE: 15* CORE:
16 - update core API to reflect changes to transport API
17 (need to pass distance to clients!)
16 - test currently fails spectacularly 18 - test currently fails spectacularly
17 - request disconnect not implemented (needs better transport API) 19 - request disconnect not implemented (needs better transport API)
18* topology 20* topology
19 - (forced) disconnect does not work (also CORE API issue) 21 - (forced) disconnect does not work (also CORE API issue)
20 - needs testing (not sure the current testcase does much...) 22 - needs testing (not sure the current testcase does much...)
23* testing:
24 - timeout_hello_task is not used but should be (so we can fail
25 properly)
26 - check that 'GNUNET_TRANSPORT_get_hello' is associated with
27 a TIMEOUT task wherever else appropriate (other testcases
28 in particular!)
21* hostlist 29* hostlist
22 - test fails (looks like it works, but that's because of a bad 30 - test fails (looks like it works, but that's because of a bad
23 connectivity notification; somehow core is unable to send 31 connectivity notification; somehow core is unable to send