aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--src/nat/nat.c2
-rw-r--r--src/topology/test_gnunet_daemon_topology_data.conf2
3 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2e41bbcc5..25f0f4054 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,7 @@
4 so that some of the 'local' IPs do not work due to the bindto); the result 4 so that some of the 'local' IPs do not work due to the bindto); the result
5 seems to be that the plugin tries some of the broken addresses, fails and the 5 seems to be that the plugin tries some of the broken addresses, fails and the
6 transport-level connection never comes up. 6 transport-level connection never comes up.
7* topology [connect error], fs [connect errors?], dht [cfg error?], core [non-deterministic]
7* clean buildbots 8* clean buildbots
8 9
90.9.0pre4: 100.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,
1144 h->use_localaddresses = GNUNET_CONFIGURATION_get_value_yesno (cfg, 1144 h->use_localaddresses = GNUNET_CONFIGURATION_get_value_yesno (cfg,
1145 "nat", 1145 "nat",
1146 "USE_LOCALADDR"); 1146 "USE_LOCALADDR");
1147 if (h->use_localaddresses)
1148 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "USE LOCALADDR enabled!\n");
1147 h->disable_ipv6 = GNUNET_CONFIGURATION_get_value_yesno(cfg, 1149 h->disable_ipv6 = GNUNET_CONFIGURATION_get_value_yesno(cfg,
1148 "nat", 1150 "nat",
1149 "DISABLEV6"); 1151 "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 @@
1[PATHS] 1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-topology/ 2SERVICEHOME = /tmp/test-gnunet-topology/
3# DEFAULTCONFIG = test_gnunet_service_topology_data.conf
4 3
5[resolver] 4[resolver]
6PORT = 2664 5PORT = 2664
@@ -21,6 +20,7 @@ PORT = 2667
21 20
22[transport-tcp] 21[transport-tcp]
23PORT = 2668 22PORT = 2668
23BINDTO = 127.0.0.1
24 24
25[nat] 25[nat]
26DISABLEV6 = YES 26DISABLEV6 = YES