update
authorChristian Grothoff <christian@grothoff.org>
Sat, 15 May 2010 21:42:02 +0000 (21:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 15 May 2010 21:42:02 +0000 (21:42 +0000)
TODO
src/transport/Makefile.am

diff --git a/TODO b/TODO
index 867eb27a10d2f3f0c2c894f217687745f6dc3bd4..4bc73c0b425f500f7ad6c42447d0f63d3a2ddbe9 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,11 @@
 0.9.0pre1:
-* MIGRATION [CG]
-  - on-demand encoding => move logic to block-library!?
-  - peer selection => how to consider latency/bw/etc?
-  - content transmission => how often the same block?
-  - how to select delay before next migration? 
-  - testing
 * FS: [CG]
+  - migration:
+    + on-demand encoding
+    + peer selection => how to consider latency/bw/etc?
+    + content transmission => how often the same block?
+    + testing
   - gnunet-service-fs (hot-path routing, load-based routing, nitpicks)  
-  - GAP improvements:
     + active reply route caching design & implementation of service; gap extension!
 * TBENCH: [MW]
   - good to have for transport/DV evaluation! 
index 648f1b514abb5a875931a059e29b653245eb5002..3745180ff29257bf21a18153ad5c8cf3f6ee573a 100644 (file)
@@ -133,7 +133,7 @@ endif
 check_PROGRAMS = \
  test_transport_api_tcp \
  test_transport_api_udp \
- $(HTTP_PLGUIN_CHECK) \ 
+ $(HTTP_PLGUIN_CHECK) \
  test_transport_api_udp_nat
 # test_transport_api_http \
 # TODO: add tests for http, nat, etc.
@@ -169,7 +169,7 @@ test_plugin_transport_http_SOURCES = \
 test_plugin_transport_http_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
- @LIBCURL@ \ 
+ @LIBCURL@ \
  $(top_builddir)/src/util/libgnunetutil.la