# If you run this script manually, you must run it from the P2P-Testing-Infrastructure/ControlScripts folder
#
-if test $# -ne 2; then
- echo "Usage: $0 download-limit(kb/s) upload-limit(kb/s)" 1>&2
+if test $# -ne 3; then
+ echo "Usage: $0 download-limit(kb/s) upload-limit(kb/s) number-of-connections" 1>&2
exit 1
fi
# If you run this script manually, you must run it from the P2P-Testing-Infrastructure/ControlScripts folder
#
-if test $# -ne 2; then
- echo "Usage: $0 download-limit(kb/s) upload-limit(kb/s)" 1>&2
+if test $# -ne 3; then
+ echo "Usage: $0 download-limit(kb/s) upload-limit(kb/s) number-of-connections" 1>&2
exit 1
fi