fix for port-conflicts while starting multiple controllers on same host
authorSree Harsha Totakura <totakura@in.tum.de>
Thu, 1 Nov 2012 11:44:44 +0000 (11:44 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Thu, 1 Nov 2012 11:44:44 +0000 (11:44 +0000)
src/testbed/gnunet-service-testbed.c
src/testbed/test_testbed_api.conf

index 24626d702bc34b89659e884105348b90911d7463..d39bd82ad14ffe649cead3ea0b167c83b855e81d 100644 (file)
@@ -1806,7 +1806,7 @@ handle_init (void *cls, struct GNUNET_SERVER_Client *client,
   master_context->client = client;
   master_context->host_id = ntohl (msg->host_id);
   master_context->master_ip = GNUNET_strdup (controller_hostname);
-  LOG_DEBUG ("Master Controller IP: %s\n", master_context->master_ip);
+  LOG_DEBUG ("Our IP: %s\n", master_context->master_ip);
   master_context->system =
       GNUNET_TESTING_system_create ("testbed", master_context->master_ip, hostname);
   host =
index dfdfdb93b03075f63d1c46b1a69c724080e209d1..c094edee735e05e13d405ab04cb68c541fb17e0e 100644 (file)
@@ -43,7 +43,7 @@ PORT = 12092
 AUTOSTART = YES
 
 [arm]
-DEFAULTSERVICES = core
+DEFAULTSERVICES = core transport
 PORT = 12366
 DEBUG = NO