From: Razvan Deaconescu Date: Fri, 30 Jul 2010 09:53:11 +0000 (+0300) Subject: ConfigFiles: add configuration options for hrktorrent X-Git-Tag: classic-scenario-config~30 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=fc99098286e8abeb085663b0ed6269c6a9b45ea0;p=p2p-testing-infrastructure.git ConfigFiles: add configuration options for hrktorrent --- diff --git a/ConfigFiles/globalconfig.txt b/ConfigFiles/globalconfig.txt index 45994fd..826dc6f 100644 --- a/ConfigFiles/globalconfig.txt +++ b/ConfigFiles/globalconfig.txt @@ -16,6 +16,12 @@ P2P_NEXT_ABS_PATH="/home/george/P2P-Next/" TRIBLER_REL_PATH="../../TriblerBranches/proxyservice-m32" TRIBLER_ABS_PATH="/home/george/P2P-Next/TriblerBranches/proxyservice-m32" +# HRK_PATH +HRK_ABS_PATH="/home/p2p/p2p-clients/hrktorrent/hrktorrent" + +# hrktorrent with logging support +HRK_LOG_ABS_PATH="/home/p2p/p2p-clients/hrktorrent-logging/hrktorrent" + # WORKING_FOLDER_REL_PATH is relative to TRIBLER_ABS_PATH folder WORKING_FOLDER_REL_PATH="../../P2P-Testing-Infrastructure/ClientWorkingFolders" @@ -29,4 +35,4 @@ CONFIG_FILES_REL_PATH="../ConfigFiles" RESULTS_FOLDER_REL_PATH="../Results" # The script used to limit the bw on the nodes -TC_SCRIPT=bw_limit.sh \ No newline at end of file +TC_SCRIPT=bw_limit.sh