stuff
authorChristian Grothoff <christian@grothoff.org>
Sun, 3 Jul 2011 16:36:59 +0000 (16:36 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 3 Jul 2011 16:36:59 +0000 (16:36 +0000)
TODO
src/nat/nat.c
src/topology/test_gnunet_daemon_topology_data.conf

diff --git a/TODO b/TODO
index 2e41bbcc532075a760186165ff19dc0760684627..25f0f4054e3e78396fe5d518f9e99dd0b38b5bac 100644 (file)
--- 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:
index d62dc0408a2e29ae0e6d53f039ee65ae6d59eb0c..e55ea958ab0e2ad567e4b2654feb15bf91bddb44 100644 (file)
@@ -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");
index 7bbdeea162153571a34d637f0d9693acb52a1b79..a2340570b82fdfc02096144dcd59dedda66f8e37 100644 (file)
@@ -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