aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-10 11:21:07 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-10 11:21:07 +0000
commit85a049155d73ab1001f417b0786b8aefbdd01fd2 (patch)
tree116aca24d842bf43d2ce8e95d517ba7d0cbc3558
parent4e1e5f3d5b6018a3a81da9a5cd23ad9c96792317 (diff)
downloadgnunet-85a049155d73ab1001f417b0786b8aefbdd01fd2.tar.gz
gnunet-85a049155d73ab1001f417b0786b8aefbdd01fd2.zip
done
-rw-r--r--HACKING4
-rw-r--r--TODO6
-rw-r--r--src/hostlist/Makefile.am3
-rw-r--r--src/transport/plugin_transport_tcp.c2
-rw-r--r--src/transport/transport.h6
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
61gnunet-service-core 61gnunet-service-core
62gnunet-daemon-hostlist 62gnunet-daemon-hostlist
63gnunet-daemon-topology 63gnunet-daemon-topology
64gnunet-service-datastore
65gnunet-service-statistics 64gnunet-service-statistics
66gnunet-service-dv 65gnunet-service-datastore
66gnunet-service-datacache
67gnunet-service-dht 67gnunet-service-dht
68gnunet-service-fs (or just lib?) 68gnunet-service-fs (or just lib?)
69 69
diff --git a/TODO b/TODO
index ef5e05fb6..83f25cf3a 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,5 @@
10.9.0pre0 [April]: 10.9.0pre0 [April]:
2* CORE: [CG] 2* HOSTLIST: seems to have NO 'tcp' in it, so cannot have any addresses!? [CG]
3 - "Forcing disconnect of XXX due to inactivity" -- can happen every few MS!?
4 (disconnect does not really succeed, or what?)
5 Also, core does not seem to actually decrement the number of active
6 sessions even if no connections exist for a while! (likely related...)
7* WWW: 3* WWW:
8 - Get IPv6 hooked up [AK, after April 12th] 4 - Get IPv6 hooked up [AK, after April 12th]
9 - change DNS [CG, need DNS] 5 - 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 = \
30check_PROGRAMS = \ 30check_PROGRAMS = \
31 test_gnunet_daemon_hostlist \ 31 test_gnunet_daemon_hostlist \
32 test_gnunet_daemon_hostlist_learning 32 test_gnunet_daemon_hostlist_learning
33 33
34 34
35TESTS = $(check_PROGRAMS) 35TESTS = $(check_PROGRAMS)
36 36
@@ -55,5 +55,4 @@ EXTRA_DIST = \
55 learning_data.conf \ 55 learning_data.conf \
56 learning_data_peer1.conf \ 56 learning_data_peer1.conf \
57 learning_data_peer2.conf 57 learning_data_peer2.conf
58
59 58
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 @@
37#include "plugin_transport.h" 37#include "plugin_transport.h"
38#include "transport.h" 38#include "transport.h"
39 39
40#define DEBUG_TCP GNUNET_NO 40#define DEBUG_TCP GNUNET_YES
41 41
42/** 42/**
43 * How long until we give up on transmitting the welcome message? 43 * 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 @@
30#include "gnunet_time_lib.h" 30#include "gnunet_time_lib.h"
31#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
32 32
33#define DEBUG_TRANSPORT GNUNET_NO 33#define DEBUG_TRANSPORT GNUNET_YES
34#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO 34#define DEBUG_TRANSPORT_TIMEOUT GNUNET_YES
35#define DEBUG_TRANSPORT_DISCONNECT GNUNET_NO 35#define DEBUG_TRANSPORT_DISCONNECT GNUNET_YES
36 36
37/** 37/**
38 * For how long do we allow unused bandwidth 38 * For how long do we allow unused bandwidth