gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24449 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r24449 - gnunet/contrib
Date: Mon, 22 Oct 2012 13:57:33 +0200

Author: harsha
Date: 2012-10-22 13:57:33 +0200 (Mon, 22 Oct 2012)
New Revision: 24449

Modified:
   gnunet/contrib/testbed_cleanup.sh
   gnunet/contrib/testbed_infiniband.conf
Log:
remove username part

Modified: gnunet/contrib/testbed_cleanup.sh
===================================================================
--- gnunet/contrib/testbed_cleanup.sh   2012-10-22 11:56:38 UTC (rev 24448)
+++ gnunet/contrib/testbed_cleanup.sh   2012-10-22 11:57:33 UTC (rev 24449)
@@ -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*'

Modified: gnunet/contrib/testbed_infiniband.conf
===================================================================
--- gnunet/contrib/testbed_infiniband.conf      2012-10-22 11:56:38 UTC (rev 
24448)
+++ gnunet/contrib/testbed_infiniband.conf      2012-10-22 11:57:33 UTC (rev 
24449)
@@ -4,7 +4,7 @@
 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 @@
 
 [arm]
 DEFAULTSERVICES = core
-PORT = 12366
+#PORT = 12366
 DEBUG = NO
 
 [transport-tcp]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]