From 47740ec74133843f1c67106ab255c324b4e803ea Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Mon, 22 Oct 2012 11:57:33 +0000 Subject: remove username part --- contrib/testbed_cleanup.sh | 2 +- contrib/testbed_infiniband.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/testbed_cleanup.sh b/contrib/testbed_cleanup.sh index b254c43c5..5e87de108 100755 --- a/contrib/testbed_cleanup.sh +++ b/contrib/testbed_cleanup.sh @@ -7,7 +7,7 @@ # Author: Sree Harsha Totakura # ################################################################################### -for host in `cut -d : -f 1 < infiniband_cluster.hosts` +for host in `cut -d : -f 1 < infiniband_cluster.hosts | cut -d @ -f 2` do echo "ssh --> $host" ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*' diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf index 85acf48e4..4166b6a29 100644 --- a/contrib/testbed_infiniband.conf +++ b/contrib/testbed_infiniband.conf @@ -4,7 +4,7 @@ PORT = 12113 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; HOSTNAME = localhost MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 -MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 30 +MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 90 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args [fs] @@ -44,7 +44,7 @@ AUTOSTART = YES [arm] DEFAULTSERVICES = core -PORT = 12366 +#PORT = 12366 DEBUG = NO [transport-tcp] -- cgit v1.2.3