797c2f75c58dd6ff129bf6ac29738f7874601a33
[swifty.git] / src / libswift_udp / mfold / env.default.sh
1 # This script sets up shared environment variables
2 # at the servers and during harvesting
3 export SEEDER=130.161.211.198
4 # SEEDERPORT must match with the port number on seeder line in
5 # $SERVERS
6 export SEEDERPORT=10004
7 export HASH=66b9644bb01eaad09269354df00172c8a924773b
8 export BRANCH=master
9 export ORIGIN=git://github.com/gritzko/swift.git
10 # Temporary directory for sort (run by dohrv)
11 export TMPDIR=/home/jori/tmp
12 # Maximum number of peers to be parsed in parallel by dohrv
13 export MAXHARVEST=200
14 # Maximum number of gnuplots to be run in parallel by loggraphs
15 export MAXGNUPLOTS=50
16 # General HTB and Netem parameters. Overdriven by env.<hostname>.sh
17 EMIF=eth0
18 EMBW=10Mbit
19 EMDELAY=10ms