]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
ControlScripts: add connection limit to schedule_client.sh script
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Wed, 18 Aug 2010 12:29:37 +0000 (15:29 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Wed, 18 Aug 2010 12:32:36 +0000 (15:32 +0300)
ControlScripts/schedule_client.sh

index 6a37542e81a2b7a0e517fbedfafe98eceb504016..99a0f7056435538b1f1b657d9f57385d38af5881 100755 (executable)
@@ -93,7 +93,7 @@ sleep ${to_sleep}
 
 # Starting the client for the first time
 DEBUG echo "CLIENT_TYPE is ${CLIENT_TYPE}"
-start_client ${CLIENT_TYPE} ${DL_BW} ${UL_BW}
+start_client ${CLIENT_TYPE} ${DL_BW} ${UL_BW} ${NO_CONNECTIONS}
 background_pid=$!
 DEBUG echo "background_pid is ${background_pid}"
 old_time=${start_time}