aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-05 15:48:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-05 15:48:14 +0000
commitf37e4f3d2345a537833d147eb7eb40f16b254c0d (patch)
tree589f67bc26b555c9c5b19336f93eb712da93d2c9 /BUGS
parent596599880b00619606fd498e79e00d7ca45b64ab (diff)
downloadgnunet-f37e4f3d2345a537833d147eb7eb40f16b254c0d.tar.gz
gnunet-f37e4f3d2345a537833d147eb7eb40f16b254c0d.zip
cleanup
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 5 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index 1d9398c9b..5c1991751 100644
--- a/BUGS
+++ b/BUGS
@@ -84,9 +84,12 @@ sane end-user should care about this codebase yet anyway.
84 - integrate all options into "config.scm" 84 - integrate all options into "config.scm"
85 - change config-file writing to exclude options set to default values 85 - change config-file writing to exclude options set to default values
86* ARM: 86* ARM:
87 - implement exponential back-off for service restarts
88 - better tracking of which config changes actually need to cause process restarts by ARM. 87 - better tracking of which config changes actually need to cause process restarts by ARM.
89 - have way to specify dependencies between services (to manage ARM restarts better) 88 - listen for requests to discover dependencies between services (and avoid
89 having to explicitly program start requests)
90 - better crash management (attach debugging support, capture and analyze
91 debug output, detect random vs. deterministic crashes)
92 - shutdown sequence?
90* CORE: 93* CORE:
91 - test case (test_core_api) hangs for a while (some timeout task not killed somewhere?) 94 - test case (test_core_api) hangs for a while (some timeout task not killed somewhere?)
92 - [./core/gnunet-service-core.c:469]: (style) struct or union member 'Neighbour::message_queue_size' is never used 95 - [./core/gnunet-service-core.c:469]: (style) struct or union member 'Neighbour::message_queue_size' is never used