aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-20 13:51:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-20 13:51:20 +0000
commit7d9f187d106394b2451660294df9428eb50e82d7 (patch)
tree373a78f3c10529689791b65a5ab885d3f4c761b7 /BUGS
parent924137ff73bab48b720d41cf73a1197df2d4b04d (diff)
downloadgnunet-7d9f187d106394b2451660294df9428eb50e82d7.tar.gz
gnunet-7d9f187d106394b2451660294df9428eb50e82d7.zip
fixing core API issues
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 1 insertions, 6 deletions
diff --git a/BUGS b/BUGS
index f5dd633a5..94623b45b 100644
--- a/BUGS
+++ b/BUGS
@@ -82,12 +82,7 @@ sane end-user should care about this codebase yet anyway.
82 - better tracking of which config changes actually need to cause process restarts by ARM. 82 - better tracking of which config changes actually need to cause process restarts by ARM.
83 - have way to specify dependencies between services (to manage ARM restarts better) 83 - have way to specify dependencies between services (to manage ARM restarts better)
84* CORE: 84* CORE:
85 - code currently notifies clients about "encrypted" connections being up well before 85 - test case (test_core_api) hangs for a while (some timeout task not killed somewhere?)
86 we get the encrypted PONG; sometimes this may be OK (for topology killing
87 unwanted connnections), but of course not in general. I suspect we want
88 to signal on PONG and have topology hook directly into transport to
89 kill plaintext connections before they have a chance to become encrypted
90 (may require minor hack in transport API)
91 - [./core/gnunet-service-core.c:469]: (style) struct or union member 'Neighbour::message_queue_size' is never used 86 - [./core/gnunet-service-core.c:469]: (style) struct or union member 'Neighbour::message_queue_size' is never used
92 - [./core/test_core_api_start_only.c:50]: (style) struct or union member 'PeerContext::id' is never used 87 - [./core/test_core_api_start_only.c:50]: (style) struct or union member 'PeerContext::id' is never used
93 88