aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index b4e4d2614..cce8cc042 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,7 @@
9 - eliminate continuations in DHT API (not needed, we have auto-retransmit!) 9 - eliminate continuations in DHT API (not needed, we have auto-retransmit!)
10* CORE: 10* CORE:
11 - derived key generation [Nils] 11 - derived key generation [Nils]
12 - authentication of ciphertexts [Nils]
12 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616. 13 - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
13 (transport notified us that we connected to ourselves!!!) 14 (transport notified us that we connected to ourselves!!!)
14 - transport-level disconnect (i.e. TCP) does not cause core-level 15 - transport-level disconnect (i.e. TCP) does not cause core-level
@@ -20,6 +21,8 @@
20 likely good enough until we get ATS going; still should be tested... 21 likely good enough until we get ATS going; still should be tested...
21 => "peers connected (transport)" now instantly goes to ZERO (core statistic), 22 => "peers connected (transport)" now instantly goes to ZERO (core statistic),
22 but "established sessions" stays up... 23 but "established sessions" stays up...
24* UTIL:
25 - drop dependency on GMP? [Nils]
23 26
240.9.0pre3: 270.9.0pre3:
25* Determine RC bugs and fix those (release should have no known real bugs) 28* Determine RC bugs and fix those (release should have no known real bugs)