From: Razvan Deaconescu Date: Wed, 18 Aug 2010 12:29:37 +0000 (+0300) Subject: ControlScripts: add connection limit to schedule_client.sh script X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=993965f59fc6ba2e5be2fc63661033d663c00d42;p=p2p-testing-infrastructure.git ControlScripts: add connection limit to schedule_client.sh script --- diff --git a/ControlScripts/schedule_client.sh b/ControlScripts/schedule_client.sh index 6a37542..99a0f70 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} ${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}