aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-05-19 09:26:08 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-05-19 09:26:08 +0000
commita4915ad6b39aa8a67bee611106edbb505975030d (patch)
treedf32d6efd2f7511bf4206fe6a1100225fd7a5ecd /src/testing/testing_group.c
parent240aac5d69983caa456359867dbbacb80132da1e (diff)
downloadgnunet-a4915ad6b39aa8a67bee611106edbb505975030d.tar.gz
gnunet-a4915ad6b39aa8a67bee611106edbb505975030d.zip
changes to testing
Diffstat (limited to 'src/testing/testing_group.c')
-rw-r--r--src/testing/testing_group.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 66bcae842..b42ce8cc5 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -1410,6 +1410,10 @@ make_config(const struct GNUNET_CONFIGURATION_Handle *cfg, uint32_t off,
1410 GNUNET_CONFIGURATION_set_value_string (uc.ret, "statistics", "UNIXPATH", 1410 GNUNET_CONFIGURATION_set_value_string (uc.ret, "statistics", "UNIXPATH",
1411 ""); 1411 "");
1412 1412
1413 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-tcp", "USE_LOCALADDR",
1414 "YES");
1415 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-udp", "USE_LOCALADDR",
1416 "YES");
1413 GNUNET_free_non_null (control_host); 1417 GNUNET_free_non_null (control_host);
1414 GNUNET_free (allowed_hosts); 1418 GNUNET_free (allowed_hosts);
1415 } 1419 }
@@ -1423,6 +1427,10 @@ make_config(const struct GNUNET_CONFIGURATION_Handle *cfg, uint32_t off,
1423 hostname); 1427 hostname);
1424 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-tcp", "BINDTO", 1428 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-tcp", "BINDTO",
1425 hostname); 1429 hostname);
1430 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-tcp", "USE_LOCALADDR",
1431 "YES");
1432 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-udp", "USE_LOCALADDR",
1433 "YES");
1426 GNUNET_CONFIGURATION_set_value_string (uc.ret, "arm", "ACCEPT_FROM", 1434 GNUNET_CONFIGURATION_set_value_string (uc.ret, "arm", "ACCEPT_FROM",
1427 allowed_hosts); 1435 allowed_hosts);
1428 GNUNET_free (allowed_hosts); 1436 GNUNET_free (allowed_hosts);
@@ -1433,6 +1441,10 @@ make_config(const struct GNUNET_CONFIGURATION_Handle *cfg, uint32_t off,
1433 "127.0.0.1"); 1441 "127.0.0.1");
1434 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-udp", "BINDTO", 1442 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-udp", "BINDTO",
1435 "127.0.0.1"); 1443 "127.0.0.1");
1444 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-tcp", "USE_LOCALADDR",
1445 "YES");
1446 GNUNET_CONFIGURATION_set_value_string (uc.ret, "transport-udp", "USE_LOCALADDR",
1447 "YES");
1436 } 1448 }
1437 1449
1438 *port = (uint16_t) uc.nport; 1450 *port = (uint16_t) uc.nport;