aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-10 23:40:03 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-10 23:40:03 +0000
commit69710b875141c1c2cc2eacd4221356d6e457b8c6 (patch)
tree6aaad2985b8057b1eee505ebe4b511037b4a810f /TODO
parent85c435c57b151d4949288572ba964f5c98f67989 (diff)
downloadgnunet-69710b875141c1c2cc2eacd4221356d6e457b8c6.tar.gz
gnunet-69710b875141c1c2cc2eacd4221356d6e457b8c6.zip
working on hostlist
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 82bea4f77..4bb13870c 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,8 @@ Urgent items (before announcing ng.gnunet.org):
15* TEST: 15* TEST:
16 - topology 16 - topology
17 - hostlist 17 - hostlist
18 * is 'update_response' / 'finish_response' etc ever called? (hostlist-server)
19 * we still have serious shutdown problems in the testcase (on failure)
18* CORE: 20* CORE:
19 - soliciting traffic for clients that registered for it is not implemented 21 - soliciting traffic for clients that registered for it is not implemented
20 (in the service, client API supports GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC 22 (in the service, client API supports GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC
@@ -38,6 +40,13 @@ Urgent items (before announcing ng.gnunet.org):
38 - load: need way to determine network load (up/down) 40 - load: need way to determine network load (up/down)
39 - trust: need *fast* way to check/update trust in peers 41 - trust: need *fast* way to check/update trust in peers
40 (async peerinfo would not be right) 42 (async peerinfo would not be right)
43 - OS: existing waitpid call is not nice (not integratable with scheduler! fix this!)
44* STATISTICS:
45 - synchronous/asynchronous API (& implementation) is not nice
46 - does not seem to work with timeouts (especially if service is not running)
47* ARM:
48 - need to get rid of synchronous API for service starts (cause all kinds of problems)
49 [=> eliminate for need to tell ARM about service starts most of the time!]
41* Module features to implement: 50* Module features to implement:
42 - advanced FS API parts 51 - advanced FS API parts
43 + namespaces: fundamental namespace API 52 + namespaces: fundamental namespace API