allow build once more
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index b1f359759f801f5c589f0c7530876fa5290903d5..fe360637f748881280721425d9d9f8419eb51221 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,22 @@
 0.9.0pre3:
+* connections fail if transport-plugin/nat produces 
+  some addresses that don't work (enable 'use_localaddr' with bindto for example,
+  so that some of the 'local' IPs do not work due to the bindto);  the result
+  seems to be that the plugin tries some of the broken addresses, fails and the
+  transport-level connection never comes up.
+* Mantis:
+  - 1694 --- try to reproduce (non-deterministic, w. testcase, need core/valgrind)
+  - 1724 --- try to reproduce
+  - 1725 --- try to reproduce (non-deterministic, w. testcase, need core)
+  - 1728 --- investigate 
+  - 1736 --- investigate
+  - 1737 --- investigate
 * clean buildbots
 
 0.9.0pre4:
 * NAT library: [CG/MW]
-  - UPnP support
-  - testcase
-  - more testing
+  - make code used by gnunet-setup asynchronous, add timeout (external-ip can hang!)
 * Transport:
-  - UDP fragmentation [MW]
-  - decide how to deal with 'DISABLEV6' option (where does it live?)
   - integration of new NAT/plugin API with HTTP/HTTPS plugin
   - testing (again)
 * GNUNET-GTK: [CG]