From: P2P-Next Date: Mon, 20 Sep 2010 09:42:03 +0000 (+0300) Subject: next-share: add sample run case using download limit X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=067fec7225380a6b41b8a8990f2ea87c3aad82b6;p=cs-p2p-next.git next-share: add sample run case using download limit --- diff --git a/instrumentation/next-share/start-next-share b/instrumentation/next-share/start-next-share index c93885d..ed4874a 100755 --- a/instrumentation/next-share/start-next-share +++ b/instrumentation/next-share/start-next-share @@ -11,4 +11,5 @@ if test $# -ne 1; then fi torrent_file=$1 -PYTHONPATH=. python2.5 BaseLib/Tools/cmdlinedl.py $torrent_file +#PYTHONPATH=. python2.5 BaseLib/Tools/cmdlinedl.py --output-dir /home/p2p --download-limit 50 $torrent_file +PYTHONPATH=. python2.5 BaseLib/Tools/cmdlinedl.py --output-dir /home/p2p $torrent_file