From: Razvan Deaconescu Date: Mon, 9 Aug 2010 16:46:41 +0000 (+0300) Subject: ControlScripts: pass upload and download limitation to start_client function in sched... X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=b21057526d09c62caf2cf597130b4d313f3c2d5c;p=p2p-testing-infrastructure.git ControlScripts: pass upload and download limitation to start_client function in schedule_client.sh --- diff --git a/ControlScripts/schedule_client.sh b/ControlScripts/schedule_client.sh index 9f07a31..6a37542 100755 --- a/ControlScripts/schedule_client.sh +++ b/ControlScripts/schedule_client.sh @@ -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}