aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-13 10:01:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-13 10:01:44 +0000
commit60fb4007db2edb6be31c07f78ac7a2e52f925ea9 (patch)
treeec3664422d86a3d959f643c51acf7b9a8ed18503 /TODO
parentaa732e790d106d65584be3e41ca81feed9e5e3c1 (diff)
downloadgnunet-60fb4007db2edb6be31c07f78ac7a2e52f925ea9.tar.gz
gnunet-60fb4007db2edb6be31c07f78ac7a2e52f925ea9.zip
update
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 2 insertions, 6 deletions
diff --git a/TODO b/TODO
index 1ab270a66..e0022741a 100644
--- a/TODO
+++ b/TODO
@@ -33,13 +33,9 @@ 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 - add stats to peerinfo (# peers tracked)
37 - add stats to fs service (# queries, # replies, # routed, # found, # pending)
38 - add stats to dvstore (# bytes available, # bytes used, # PUTs, # GETs, # GETs satisfied)
43* ARM: 39* ARM:
44 - need to get rid of synchronous API for service starts (cause all kinds of problems) 40 - need to get rid of synchronous API for service starts (cause all kinds of problems)
45 [=> eliminate for need to tell ARM about service starts most of the time!] [Safey] 41 [=> eliminate for need to tell ARM about service starts most of the time!] [Safey]