[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11389 - in gnunet: . src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11389 - in gnunet: . src/transport |
Date: |
Sat, 15 May 2010 23:42:02 +0200 |
Author: grothoff
Date: 2010-05-15 23:42:02 +0200 (Sat, 15 May 2010)
New Revision: 11389
Modified:
gnunet/TODO
gnunet/src/transport/Makefile.am
Log:
update
Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-05-15 21:39:13 UTC (rev 11388)
+++ gnunet/TODO 2010-05-15 21:42:02 UTC (rev 11389)
@@ -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!
Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am 2010-05-15 21:39:13 UTC (rev 11388)
+++ gnunet/src/transport/Makefile.am 2010-05-15 21:42:02 UTC (rev 11389)
@@ -133,7 +133,7 @@
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_LDADD = \
$(top_builddir)/src/transport/libgnunettransport.la \
$(top_builddir)/src/statistics/libgnunetstatistics.la \
- @LIBCURL@ \
+ @LIBCURL@ \
$(top_builddir)/src/util/libgnunetutil.la
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11389 - in gnunet: . src/transport,
gnunet <=