pass ATS data to core clients
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index c48aa5b0becb534fb5fa00364572fa0e81100b7e..0cf8c7829c09d2255147480b062038c22bda07d6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,25 @@
 0.9.0pre2:
-* CORE:
-  - 2-peer perf test goes WAY over bandwidth limit (i.e. 300 kbps/set, 2 MB/s transfer rate); 
-    clearly CORE does not properly enforce the limit [MW]
+* BIG CORE REFACTORING:
+  - fix transport service API (ATS!)
+  - fix transport plugin API (ATS!)
+  - actually transmit ATS data through core API
+  - fix FS 'latency' ATS function
+  - fix DV
 * Integration test:
   - test bootstrapping via hostlist + transport/core/dht connect
 
 0.9.0pre3:
 * Determine RC bugs and fix those (release should have no known real bugs)
+* ARM: [CG/Safey]
+  - start_forwarding should not use 'listen_info->service_addr' for connecting since that one can be 0.0.0.0;
+    if it is, we need to use (IPv4 & IPv6) loopback [LRN]
+  - better tracking of which config changes actually need to cause process restarts by ARM.
+  - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
+  - discover dependencies between services
+* CORE:
+  - provide 'reliable' P2P transmission API and queueing infrastructure
+  - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
+    (transport notified us that we connected to ourselves!!!; can we still reproduce this?)
 * DHT: [Nate]
   - track paths content travels (PUT, reply-to-get) in messages,
     pass to client (client API & protocol already support this!)
     + download
     + search
     + unindex
+  - implement anonymity level > 1
   - re-implement gnunet-auto-share
 * GNUNET-GTK:
   - finish publish dialog details:
     + normalize keywords (edit subdialog)
-    + set/view previews (edit subdialog)
   - implement download by URI dialog; figure out where to display those downloads!
   - figure out where in the GUI we should show active uploads/unindex operations and allow aborts
   - implement unindex operation (use dialog with all indexed files for selection)
     + search error
     + publish error
     + unindex error
-* CORE: [anyone who can reproduce?]
-  - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
-    (transport notified us that we connected to ourselves!!!)
-* ARM: [CG/Safey]
-  - better tracking of which config changes actually need to cause process restarts by ARM.
-  - handle gnunet-arm -k in combination with auto-start magic (what is the right thing here?)
-  - discover dependencies between services
 * MONKEY: [Safey]
   - better crash management (attach debugging support, capture and analyze
     debug output, detect random vs. deterministic crashes)
@@ -81,8 +87,6 @@
   - make a NICE download page and figure out how to enable developers to publish TGZs nicely
   - port "contact" page
   - add content type for "todo" items
-* SETUP: [CG]
-  - design & implement new setup tool
 * TBENCH: [MW]
   - good to have for transport/DV evaluation! 
 * TRACEKIT: [MW]