ControlScripts: swift
authorP2P-Next <p2p-next@cs.pub.ro>
Fri, 19 Nov 2010 13:55:18 +0000 (15:55 +0200)
committerP2P-Next <p2p-next@cs.pub.ro>
Fri, 19 Nov 2010 13:55:18 +0000 (15:55 +0200)
ControlScripts/clients/swift/start_swift_seeder.sh
ControlScripts/globalconfig

index d642c49..dfcc1a7 100755 (executable)
@@ -50,7 +50,7 @@ tmp=${hostname%-*}
         host_veid_to_eth_ip $host_id $veid
 }
 
-OWN_IP=$(host_name_to_ip $(hostname))
+OWN_IP=$(hostname_to_ip $(hostname))
 DATA_PATH=$WORKING_FOLDER_REL_PATH/TorrentsAndData/
 
 cd $SWIFT_ABS_PATH
index 7666452..a899062 100644 (file)
@@ -35,7 +35,7 @@ HRK_LOG_ABS_PATH="/home/p2p/p2p-clients/hrktorrent-logging/hrktorrent"
 XBTUT_ABS_PATH="/home/p2p/export/unified-tracker/trunk/xbt/Tracker" 
 
 # SWIFT_PATH
-SWIFT_ABS_PATH="/home/p2p/export/swift-vs-utp/swift"
+SWIFT_ABS_PATH="/home/p2p/swift-vs-utp/swift"
 
 # WORKING_FOLDER_REL_PATH is relative to TRIBLER_ABS_PATH folder
 WORKING_FOLDER_REL_PATH="../../P2P-Testing-Infrastructure/ClientWorkingFolders"