done
authorChristian Grothoff <christian@grothoff.org>
Sat, 10 Apr 2010 11:21:07 +0000 (11:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 10 Apr 2010 11:21:07 +0000 (11:21 +0000)
HACKING
TODO
src/hostlist/Makefile.am
src/transport/plugin_transport_tcp.c
src/transport/transport.h

diff --git a/HACKING b/HACKING
index 6b5dfb0019308bae38803463418358e943f93930..c24e6cceec87d5dc2c58eccf7fd86da0d08bc078 100644 (file)
--- 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 ef5e05fb6c4b7a742f8d654452b4eb6e29c73deb..83f25cf3a54f5294682f2c67705977b685cbf22b 100644 (file)
--- 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]
index 18a17d86bf821b7d6d94440f59e7b442f2321c54..d51d52f67328558f98f6f2f12028058f542c01ea 100644 (file)
@@ -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
-  
 
index 9dfe03c6710f86599a32760b4a1d83b05113997f..43cdceb43e1091888022a370b05d34cdd5c72b44 100644 (file)
@@ -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?
index acaa20a527ff41e502878878d5a1f06bad3b3b58..d66b87b35cc4e4fd88fe8bb9783f1ad9434ed25f 100644 (file)
@@ -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