aboutsummaryrefslogtreecommitdiff
path: root/contrib/nse
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
committerNils Gillmann <ng0@n0.is>2018-05-19 14:43:13 +0000
commit6ab60d4920bb3199aee8cd872b930e9e3e808ba7 (patch)
tree3d761dbf8793a1d2422fbd14667255c7e0292ea4 /contrib/nse
parentc2f27dfe8218545c327ab49d225a49910347c5c6 (diff)
downloadgnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.tar.gz
gnunet-6ab60d4920bb3199aee8cd872b930e9e3e808ba7.zip
Restructure contrib folder.
contrib/pogen.sh -> bin/pogen.sh bootstrap: Use new pogen location and execute it. contrib/openvpn-tap32: Move to contrib/3rdparty/Windows/openvpn-tap32. contrib/gnunet-logo*: Move to contrib/branding/logo/ Delete old patches in contrib, predating git. Move buildbot data to contrib/ci/buildbot, move docker data to contrib/ci/docker. Create contrib/conf and populate it with config files found in contrib and bin. Move gns related data to contrib/gns. delete contrib/repeat.sh Move contrib/log.php into contrib/web/log.php. Create folder contrib/scripts and use it for most scripts in contrib. Remove trailing whitespace in doc/Makefile.am Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/nse')
-rw-r--r--contrib/nse/experiments/infiniband.conf125
1 files changed, 125 insertions, 0 deletions
diff --git a/contrib/nse/experiments/infiniband.conf b/contrib/nse/experiments/infiniband.conf
new file mode 100644
index 000000000..c7b7f2a59
--- /dev/null
+++ b/contrib/nse/experiments/infiniband.conf
@@ -0,0 +1,125 @@
1[PATHS]
2SERVICEHOME = $GNUNET_TMP/nse-profiler/
3
4[testbed]
5AUTOSTART = NO
6PORT = 12113
7ACCEPT_FROM = 127.0.0.1;192.168.0.0/16;
8HOSTNAME = localhost
9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
10OVERLAY_TOPOLOGY = RANDOM
11OVERLAY_RANDOM_LINKS = 1000
12OPERATION_TIMEOUT = 45 s
13
14[nse]
15PORT = 12114
16UNIXPATH = $GNUNET_TMP/test-nse-service-nse.unix
17BINARY = gnunet-service-nse
18#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
19#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
20AUTOSTART = NO
21# Overriding network settings for faster testing (do NOT use
22# these values in production just because they are here)
23WORKDELAY = 60 s
24INTERVAL = 10 s
25WORKBITS = 0
26PROOFFILE = $SERVICEHOME/nse.proof
27
28[arm]
29UNIXPATH = $GNUNET_TMP/test-nse-service-arm.unix
30
31[statistics]
32AUTOSTART = YES
33PORT = 12115
34
35[fs]
36AUTOSTART = NO
37
38[datastore]
39AUTOSTART = NO
40
41[dht]
42AUTOSTART = NO
43
44[nat]
45DISABLEV6 = YES
46BINDTO = 127.0.0.1
47ENABLE_UPNP = NO
48BEHIND_NAT = NO
49ALLOW_NAT = NO
50INTERNAL_ADDRESS = 127.0.0.1
51EXTERNAL_ADDRESS = 127.0.0.1
52
53[transport]
54plugins = udp
55
56[transport-udp]
57PORT = 12116
58
59[core]
60AUTOSTART = YES
61
62[peerinfo]
63AUTOSTART = YES
64
65[dns]
66AUTOSTART = NO
67
68[topology]
69AUTOSTART = NO
70
71[dv]
72AUTOSTART = NO
73
74[resolver]
75AUTOSTART = YES
76
77[cadet]
78AUTOSTART = NO
79
80[chat]
81AUTOSTART = NO
82
83[gns]
84AUTOSTART = NO
85
86[vpn]
87AUTOSTART = NO
88
89[nse-profiler]
90OUTPUT_FILE = nse_output_2000_peers.dat
91TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers
92DATA_OUTPUT_FILE = nse_stats_2000_peers
93ROUND0 = 1000
94#ROUND1 = 2000
95ROUND2 = 2000
96ROUND3 = 2000
97ROUND4 = 2000
98ROUND5 = 2000
99ROUND6 = 2000
100ROUND7 = 2000
101ROUND8 = 2000
102ROUND9 = 2000
103ROUND10 = 2000
104ROUND11 = 1000
105ROUND12 = 1000
106ROUND13 = 1000
107ROUND14 = 1000
108ROUND15 = 1000
109ROUND16 = 1000
110ROUND17 = 1000
111ROUND18 = 1000
112ROUND19 = 1000
113ROUND20 = 1000
114ROUND21 = 2000
115ROUND22 = 2000
116ROUND23 = 2000
117ROUND24 = 2000
118ROUND25 = 2000
119ROUND26 = 2000
120ROUND27 = 2000
121ROUND28 = 2000
122ROUND29 = 2000
123ROUND30 = 2000
124WAIT_TIME = 1920 s
125CONNECTION_LIMIT = 10