X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Flibswift_udp%2Fmfold%2Fenv.default.sh;fp=src%2Flibswift_udp%2Fmfold%2Fenv.default.sh;h=797c2f75c58dd6ff129bf6ac29738f7874601a33;hb=46f3ca346fe499ba3e8f595fc5c2aa2b3e3c4d5f;hp=0000000000000000000000000000000000000000;hpb=d8da6fc1273a2acee935a15761b77a73424faef5;p=swifty.git diff --git a/src/libswift_udp/mfold/env.default.sh b/src/libswift_udp/mfold/env.default.sh new file mode 100644 index 0000000..797c2f7 --- /dev/null +++ b/src/libswift_udp/mfold/env.default.sh @@ -0,0 +1,19 @@ +# This script sets up shared environment variables +# at the servers and during harvesting +export SEEDER=130.161.211.198 +# SEEDERPORT must match with the port number on seeder line in +# $SERVERS +export SEEDERPORT=10004 +export HASH=66b9644bb01eaad09269354df00172c8a924773b +export BRANCH=master +export ORIGIN=git://github.com/gritzko/swift.git +# Temporary directory for sort (run by dohrv) +export TMPDIR=/home/jori/tmp +# Maximum number of peers to be parsed in parallel by dohrv +export MAXHARVEST=200 +# Maximum number of gnuplots to be run in parallel by loggraphs +export MAXGNUPLOTS=50 +# General HTB and Netem parameters. Overdriven by env..sh +EMIF=eth0 +EMBW=10Mbit +EMDELAY=10ms