From fc99098286e8abeb085663b0ed6269c6a9b45ea0 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Fri, 30 Jul 2010 12:53:11 +0300 Subject: [PATCH] ConfigFiles: add configuration options for hrktorrent --- ConfigFiles/globalconfig.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.20.1