diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2012-10-22 11:57:33 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2012-10-22 11:57:33 +0000 |
commit | 47740ec74133843f1c67106ab255c324b4e803ea (patch) | |
tree | 4ac48313929a520d749c7c2c8ca616cf13735c08 /contrib | |
parent | 7988052e4301fdba66391875ea6f7822669e72fd (diff) |
remove username part
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/testbed_cleanup.sh | 2 | ||||
-rw-r--r-- | 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] |