From 85a049155d73ab1001f417b0786b8aefbdd01fd2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 10 Apr 2010 11:21:07 +0000 Subject: done --- HACKING | 4 ++-- TODO | 6 +----- src/hostlist/Makefile.am | 3 +-- src/transport/plugin_transport_tcp.c | 2 +- src/transport/transport.h | 6 +++--- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/HACKING b/HACKING index 6b5dfb001..c24e6ccee 100644 --- a/HACKING +++ b/HACKING @@ -61,9 +61,9 @@ gnunet-service-transport gnunet-service-core gnunet-daemon-hostlist gnunet-daemon-topology -gnunet-service-datastore gnunet-service-statistics -gnunet-service-dv +gnunet-service-datastore +gnunet-service-datacache gnunet-service-dht gnunet-service-fs (or just lib?) diff --git a/TODO b/TODO index ef5e05fb6..83f25cf3a 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,5 @@ 0.9.0pre0 [April]: -* CORE: [CG] - - "Forcing disconnect of XXX due to inactivity" -- can happen every few MS!? - (disconnect does not really succeed, or what?) - Also, core does not seem to actually decrement the number of active - sessions even if no connections exist for a while! (likely related...) +* HOSTLIST: seems to have NO 'tcp' in it, so cannot have any addresses!? [CG] * WWW: - Get IPv6 hooked up [AK, after April 12th] - change DNS [CG, need DNS] diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am index 18a17d86b..d51d52f67 100644 --- a/src/hostlist/Makefile.am +++ b/src/hostlist/Makefile.am @@ -30,7 +30,7 @@ gnunet_daemon_hostlist_CPPFLAGS = \ check_PROGRAMS = \ test_gnunet_daemon_hostlist \ test_gnunet_daemon_hostlist_learning - + TESTS = $(check_PROGRAMS) @@ -55,5 +55,4 @@ EXTRA_DIST = \ learning_data.conf \ learning_data_peer1.conf \ learning_data_peer2.conf - diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index 9dfe03c67..43cdceb43 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -37,7 +37,7 @@ #include "plugin_transport.h" #include "transport.h" -#define DEBUG_TCP GNUNET_NO +#define DEBUG_TCP GNUNET_YES /** * How long until we give up on transmitting the welcome message? diff --git a/src/transport/transport.h b/src/transport/transport.h index acaa20a52..d66b87b35 100644 --- a/src/transport/transport.h +++ b/src/transport/transport.h @@ -30,9 +30,9 @@ #include "gnunet_time_lib.h" #include "gnunet_transport_service.h" -#define DEBUG_TRANSPORT GNUNET_NO -#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO -#define DEBUG_TRANSPORT_DISCONNECT GNUNET_NO +#define DEBUG_TRANSPORT GNUNET_YES +#define DEBUG_TRANSPORT_TIMEOUT GNUNET_YES +#define DEBUG_TRANSPORT_DISCONNECT GNUNET_YES /** * For how long do we allow unused bandwidth -- cgit v1.2.3