From: Razvan Deaconescu Date: Sun, 21 Nov 2010 20:30:32 +0000 (+0200) Subject: correct path to utp executables X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=54770af8cf8cfa6068bd441175cd22f2dc09a5dd;p=utp-swift.git correct path to utp executables --- diff --git a/config b/config index f7e6313..8fb2de8 100644 --- a/config +++ b/config @@ -3,8 +3,8 @@ LEECHER_DIR=/home/p2p/razvan/leecher/data LEECHER_DATA=$LEECHER_DIR/Data.700M.bin DATA_HASH=261d3ff85652eb50a4bb294a2d2611c3148c3adf -UTP_RECEIVER=/home/p2p/p2p-clients/utp/libutp/utp_files/utp_recv -UTP_SENDER=/home/p2p/p2p-clients/utp/libutp/utp_files/utp_send +UTP_RECEIVER=/home/p2p/p2p-clients/utp/libutp/utp_file/utp_recv +UTP_SENDER=/home/p2p/p2p-clients/utp/libutp/utp_file/utp_send UTP_RECEIVER_PORT=12345 UTP_SENDER_OUT_LOG=/home/p2p/razvan/seeder/$(hostname)_utp-sender_$(date +%F-%M).log UTP_RECEIVER_OUT_LOG=/home/p2p/razvan/leecher/$(hostname)_utp-receiver_$(date +%F-%M).log