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:
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");