]> p2p-next.cs.pub.ro Git - cs-p2p-next.git/commitdiff
next-share: add sample run case using download limit
authorP2P-Next <p2p-next@cs.pub.ro>
Mon, 20 Sep 2010 09:42:03 +0000 (12:42 +0300)
committerP2P-Next <p2p-next@cs.pub.ro>
Mon, 20 Sep 2010 09:42:03 +0000 (12:42 +0300)
instrumentation/next-share/start-next-share

index c93885d7a9308ff73e6d3bef530b3d1a39178b5c..ed4874aa1ee286d71ab61b07372fdd51c8c14b1d 100755 (executable)
@@ -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