From 993965f59fc6ba2e5be2fc63661033d663c00d42 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Wed, 18 Aug 2010 15:29:37 +0300 Subject: [PATCH] ControlScripts: add connection limit to schedule_client.sh script --- ControlScripts/schedule_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.20.1