ControlScripts: pass upload and download limitation to start_client function in sched...
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 9 Aug 2010 16:46:41 +0000 (19:46 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 9 Aug 2010 16:46:41 +0000 (19:46 +0300)
ControlScripts/schedule_client.sh

index 9f07a31..6a37542 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}
+start_client ${CLIENT_TYPE} ${DL_BW} ${UL_BW}
 background_pid=$!
 DEBUG echo "background_pid is ${background_pid}"
 old_time=${start_time}