aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-12 17:33:43 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-12 17:33:43 +0000
commit4747017ec10a6d6a202be6e931c10da001571aad (patch)
tree801eda5729ab422780631b0e7ad8cc588ea961aa /TODO
parent5491c6356965f9c20ef64f2c63f7a14989930bf3 (diff)
downloadgnunet-4747017ec10a6d6a202be6e931c10da001571aad.tar.gz
gnunet-4747017ec10a6d6a202be6e931c10da001571aad.zip
want
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 91cbd0255..1ab270a66 100644
--- a/TODO
+++ b/TODO
@@ -33,6 +33,13 @@ away), in order in which they will likely be done:
33 - synchronous/asynchronous API (& implementation) is not nice; 33 - synchronous/asynchronous API (& implementation) is not nice;
34 => provide notification-based API 34 => provide notification-based API
35 - does not seem to work with timeouts (especially if service is not running) 35 - does not seem to work with timeouts (especially if service is not running)
36 - add stats to transports (service & plugins; # connected, # bytes in, # bytes out)
37 - add stats to datastore (# bloomfilter drop, # bloomfilter false-pos, # found, # avail, # used)
38 - add stats to dvstore (# bytes available, # bytes used, # PUTs, # GETs, # GETs satisfied)
39 - add stats to hostlist-server (# requests, # bytes sent, # hellos available)
40 - add stats to fs service (# queries, # replies, # routed, # found, # pending)
41 - add stats to topology (# connections, # connections requested, # peers blacklisted)
42 - add stats to peerinfo (# peers tracked)
36* ARM: 43* ARM:
37 - need to get rid of synchronous API for service starts (cause all kinds of problems) 44 - need to get rid of synchronous API for service starts (cause all kinds of problems)
38 [=> eliminate for need to tell ARM about service starts most of the time!] [Safey] 45 [=> eliminate for need to tell ARM about service starts most of the time!] [Safey]