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 6a37542..99a0f70 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}