aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
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