From bc22914fc51632679cd5f029ce8af6f1c321748d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 3 Jul 2011 16:36:59 +0000 Subject: stuff --- TODO | 1 + src/nat/nat.c | 2 ++ src/topology/test_gnunet_daemon_topology_data.conf | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 2e41bbcc5..25f0f4054 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,7 @@ so that some of the 'local' IPs do not work due to the bindto); the result seems to be that the plugin tries some of the broken addresses, fails and the transport-level connection never comes up. +* topology [connect error], fs [connect errors?], dht [cfg error?], core [non-deterministic] * clean buildbots 0.9.0pre4: diff --git a/src/nat/nat.c b/src/nat/nat.c index d62dc0408..e55ea958a 100644 --- a/src/nat/nat.c +++ b/src/nat/nat.c @@ -1144,6 +1144,8 @@ GNUNET_NAT_register (const struct GNUNET_CONFIGURATION_Handle *cfg, h->use_localaddresses = GNUNET_CONFIGURATION_get_value_yesno (cfg, "nat", "USE_LOCALADDR"); + if (h->use_localaddresses) + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "USE LOCALADDR enabled!\n"); h->disable_ipv6 = GNUNET_CONFIGURATION_get_value_yesno(cfg, "nat", "DISABLEV6"); diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf index 7bbdeea16..a2340570b 100644 --- a/src/topology/test_gnunet_daemon_topology_data.conf +++ b/src/topology/test_gnunet_daemon_topology_data.conf @@ -1,6 +1,5 @@ [PATHS] SERVICEHOME = /tmp/test-gnunet-topology/ -# DEFAULTCONFIG = test_gnunet_service_topology_data.conf [resolver] PORT = 2664 @@ -21,6 +20,7 @@ PORT = 2667 [transport-tcp] PORT = 2668 +BINDTO = 127.0.0.1 [nat] DISABLEV6 = YES -- cgit v1.2.3