From: Razvan Deaconescu Date: Sun, 21 Nov 2010 20:21:47 +0000 (+0200) Subject: remove swift leecher port X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=c54f427afa5594c864417bc52c1928115e402341;p=utp-swift.git remove swift leecher port --- diff --git a/config b/config index c5fc50f..f7e6313 100644 --- a/config +++ b/config @@ -15,7 +15,6 @@ UTP_RECEIVER_LOG_FILE=/home/p2p/razvan/leecher/intern_$(hostname)_utp-receiver_$ SWIFT=/home/p2p/p2p-clients/swift/swift SWIFT_SEEDER_PORT=13337 -SWIFT_LEECHER_PORT=13338 SWIFT_SEEDER_OUT_LOG=/home/p2p/razvan/seeder/$(hostname)_swift-seeder_$(date +%F-%M).log SWIFT_LEECHER_OUT_LOG=/home/p2p/razvan/leecher/$(hostname)_swift-leecher_$(date +%F-%M).log SWIFT_SEEDER_MONITOR_LOG=/home/p2p/razvan/seeder/mon_$(hostname)_swift-seeder_$(date +%F-%M).log diff --git a/local_start_swift_leecher b/local_start_swift_leecher index abf03ae..d1f59ff 100755 --- a/local_start_swift_leecher +++ b/local_start_swift_leecher @@ -29,7 +29,7 @@ pushd $LEECHER_DIR # start client cd $LEECHER_DIR -$SWIFT -l $SWIFT_LEECHER_PORT -t $seeder_ip:$SWIFT_SEEDER_PORT -h $DATA_HASH -p >> $SWIFT_LEECHER_OUT_LOG 2>&1 & +$SWIFT -t $seeder_ip:$SWIFT_SEEDER_PORT -h $DATA_HASH -p >> $SWIFT_LEECHER_OUT_LOG 2>&1 & client_pid=$! popd