From: Christian Grothoff Date: Sat, 15 May 2010 21:42:02 +0000 (+0000) Subject: update X-Git-Tag: initial-import-from-subversion-38251~21690 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e7ff3e82d257bece3b03eb277fea503a7c6f881b;p=oweals%2Fgnunet.git update --- diff --git a/TODO b/TODO index 867eb27a1..4bc73c0b4 100644 --- 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! diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 648f1b514..3745180ff 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -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