aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO20
1 files changed, 10 insertions, 10 deletions
diff --git a/TODO b/TODO
index 457591626..e172e3b0d 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,19 @@
10.9.0pre2: 10.9.0pre2:
2* CORE:
3 - 2-peer perf test goes WAY over bandwidth limit (i.e. 300 kbps/set, 2 MB/s transfer rate);
4 clearly CORE does not properly enforce the limit [MW]
5* Integration test: 2* Integration test:
6 - test bootstrapping via hostlist + transport/core/dht connect 3 - test bootstrapping via hostlist + transport/core/dht connect
7 4
80.9.0pre3: 50.9.0pre3:
9* Determine RC bugs and fix those (release should have no known real bugs) 6* Determine RC bugs and fix those (release should have no known real bugs)
7* ARM: [CG/Safey]
8 - start_forwarding should not use 'listen_info->service_addr' for connecting since that one can be 0.0.0.0;
9 if it is, we need to use (IPv4 & IPv6) loopback [LRN]
10 - better tracking of which config changes actually need to cause process restarts by ARM.
11 - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
12 - discover dependencies between services
13* CORE:
14 - provide 'reliable' P2P transmission API and queueing infrastructure
15 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
16 (transport notified us that we connected to ourselves!!!; can we still reproduce this?)
10* DHT: [Nate] 17* DHT: [Nate]
11 - track paths content travels (PUT, reply-to-get) in messages, 18 - track paths content travels (PUT, reply-to-get) in messages,
12 pass to client (client API & protocol already support this!) 19 pass to client (client API & protocol already support this!)
@@ -56,13 +63,6 @@
56 + search error 63 + search error
57 + publish error 64 + publish error
58 + unindex error 65 + unindex error
59* CORE: [anyone who can reproduce?]
60 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
61 (transport notified us that we connected to ourselves!!!)
62* ARM: [CG/Safey]
63 - better tracking of which config changes actually need to cause process restarts by ARM.
64 - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
65 - discover dependencies between services
66* MONKEY: [Safey] 66* MONKEY: [Safey]
67 - better crash management (attach debugging support, capture and analyze 67 - better crash management (attach debugging support, capture and analyze
68 debug output, detect random vs. deterministic crashes) 68 debug output, detect random vs. deterministic crashes)