gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15827 - in gnunet: . src/nat src/topology


From: gnunet
Subject: [GNUnet-SVN] r15827 - in gnunet: . src/nat src/topology
Date: Sun, 3 Jul 2011 18:36:59 +0200

Author: grothoff
Date: 2011-07-03 18:36:59 +0200 (Sun, 03 Jul 2011)
New Revision: 15827

Modified:
   gnunet/TODO
   gnunet/src/nat/nat.c
   gnunet/src/topology/test_gnunet_daemon_topology_data.conf
Log:
stuff

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2011-07-03 15:14:03 UTC (rev 15826)
+++ gnunet/TODO 2011-07-03 16:36:59 UTC (rev 15827)
@@ -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:

Modified: gnunet/src/nat/nat.c
===================================================================
--- gnunet/src/nat/nat.c        2011-07-03 15:14:03 UTC (rev 15826)
+++ gnunet/src/nat/nat.c        2011-07-03 16:36:59 UTC (rev 15827)
@@ -1144,6 +1144,8 @@
   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");

Modified: gnunet/src/topology/test_gnunet_daemon_topology_data.conf
===================================================================
--- gnunet/src/topology/test_gnunet_daemon_topology_data.conf   2011-07-03 
15:14:03 UTC (rev 15826)
+++ gnunet/src/topology/test_gnunet_daemon_topology_data.conf   2011-07-03 
16:36:59 UTC (rev 15827)
@@ -1,6 +1,5 @@
 [PATHS]
 SERVICEHOME = /tmp/test-gnunet-topology/
-# DEFAULTCONFIG = test_gnunet_service_topology_data.conf
 
 [resolver]
 PORT = 2664
@@ -21,6 +20,7 @@
 
 [transport-tcp]
 PORT = 2668
+BINDTO = 127.0.0.1
 
 [nat]
 DISABLEV6 = YES




reply via email to

[Prev in Thread] Current Thread [Next in Thread]