aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-28 09:18:12 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-28 09:18:12 +0000
commitbaf0a061f3e38bb52fe2853837f83b0269d1c65d (patch)
tree7f728a734e7992209f004ba81377384c1263f040 /src/nse
parent91a19e42a46f01653d6695e115554719f2ad02d0 (diff)
downloadgnunet-baf0a061f3e38bb52fe2853837f83b0269d1c65d.tar.gz
gnunet-baf0a061f3e38bb52fe2853837f83b0269d1c65d.zip
infiniband nse evaluation config
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse_infiniband.conf128
1 files changed, 128 insertions, 0 deletions
diff --git a/src/nse/nse_infiniband.conf b/src/nse/nse_infiniband.conf
new file mode 100644
index 000000000..61ebf0801
--- /dev/null
+++ b/src/nse/nse_infiniband.conf
@@ -0,0 +1,128 @@
1[PATHS]
2SERVICEHOME = /tmp/nse-profiler/
3
4[testbed]
5AUTOSTART = NO
6PORT = 12113
7ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; 192.168.0.0/16;
8HOSTNAME = localhost
9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
10OVERLAY_TOPOLOGY = SCALE_FREE
11OVERLAY_RANDOM_LINKS = 1000
12OPERATION_TIMEOUT = 45 s
13SETUP_TIMEOUT = 15m
14
15[nse]
16PORT = 12114
17UNIXPATH = /tmp/test-nse-service-nse.unix
18BINARY = gnunet-service-nse
19#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
20#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
21AUTOSTART = NO
22# Overriding network settings for faster testing (do NOT use
23# these values in production just because they are here)
24WORKDELAY = 60 s
25INTERVAL = 10 s
26WORKBITS = 0
27PROOFFILE = $SERVICEHOME/nse.proof
28HISTOGRAM_DIR = /home/totakura/nse/test/histograms
29
30[arm]
31DEFAULTSERVICES = core nse
32UNIXPATH = /tmp/test-nse-service-arm.unix
33
34[statistics]
35AUTOSTART = YES
36PORT = 12115
37
38[fs]
39AUTOSTART = NO
40
41[datastore]
42AUTOSTART = NO
43
44[dht]
45AUTOSTART = NO
46
47[nat]
48DISABLEV6 = YES
49BINDTO = 127.0.0.1
50ENABLE_UPNP = NO
51BEHIND_NAT = NO
52ALLOW_NAT = NO
53INTERNAL_ADDRESS = 127.0.0.1
54EXTERNAL_ADDRESS = 127.0.0.1
55
56[transport]
57plugins = udp
58
59[transport-udp]
60PORT = 12116
61
62[core]
63AUTOSTART = YES
64
65[peerinfo]
66AUTOSTART = YES
67
68[dns]
69AUTOSTART = NO
70
71[topology]
72AUTOSTART = NO
73
74[dv]
75AUTOSTART = NO
76
77[resolver]
78AUTOSTART = YES
79
80[mesh]
81AUTOSTART = NO
82
83[chat]
84AUTOSTART = NO
85
86[gns]
87AUTOSTART = NO
88
89[vpn]
90AUTOSTART = NO
91
92[nse-profiler]
93OUTPUT_FILE = nse_output_2000_peers.dat
94TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers
95DATA_OUTPUT_FILE = nse_stats_2000_peers
96ROUND0 = 1000
97#ROUND1 = 2000
98ROUND2 = 2000
99ROUND3 = 2000
100ROUND4 = 2000
101ROUND5 = 2000
102ROUND6 = 2000
103ROUND7 = 2000
104ROUND8 = 2000
105ROUND9 = 2000
106ROUND10 = 2000
107ROUND11 = 1000
108ROUND12 = 1000
109ROUND13 = 1000
110ROUND14 = 1000
111ROUND15 = 1000
112ROUND16 = 1000
113ROUND17 = 1000
114ROUND18 = 1000
115ROUND19 = 1000
116ROUND20 = 1000
117ROUND21 = 2000
118ROUND22 = 2000
119ROUND23 = 2000
120ROUND24 = 2000
121ROUND25 = 2000
122ROUND26 = 2000
123ROUND27 = 2000
124ROUND28 = 2000
125ROUND29 = 2000
126ROUND30 = 2000
127WAIT_TIME = 1920 s
128CONNECTION_LIMIT = 10