aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-11-05 14:33:16 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-11-05 14:33:16 +0000
commitc498cd0d45cff62ff252cdeaf2a46c58c118f0e8 (patch)
tree11b7717c65abd609f6c1225acf19b119d8d88636 /contrib
parent6694f149fcf9fd8ce646de07c2389279bdb6f4f8 (diff)
downloadgnunet-c498cd0d45cff62ff252cdeaf2a46c58c118f0e8.tar.gz
gnunet-c498cd0d45cff62ff252cdeaf2a46c58c118f0e8.zip
Moving regex profiler config to contrib
Diffstat (limited to 'contrib')
-rw-r--r--contrib/regex_profiler_infiniband.conf99
1 files changed, 99 insertions, 0 deletions
diff --git a/contrib/regex_profiler_infiniband.conf b/contrib/regex_profiler_infiniband.conf
new file mode 100644
index 000000000..f5547328d
--- /dev/null
+++ b/contrib/regex_profiler_infiniband.conf
@@ -0,0 +1,99 @@
1[testbed]
2AUTOSTART = NO
3PORT = 11999
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost
6MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 10
7MAX_PARALLEL_OPERATIONS = 1000
8MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 50
10
11[regexprofiler]
12AUTOSTART = YES
13PORT = 12000
14BINARY = /home/szengel/gnunet/src/mesh/gnunet-service-regexprofiler
15
16[mesh]
17AUTOSTART = YES
18ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
19APP_ANNOUNCE_TIME = 10 s
20ID_ANNOUNCE_TIME = 10 s
21CONNECT_TIMEOUT = 10 m
22PORT = 12001
23
24[dht]
25AUTOSTART = YES
26ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
27PORT = 12002
28HOSTNAME = localhost
29DISABLE_TRY_CONNECT = YES
30
31[arm]
32DEFAULTSERVICES = core mesh dht statistics regexprofiler
33PORT = 12003
34
35[fs]
36AUTOSTART = NO
37
38[resolver]
39AUTOSTART = NO
40
41[block]
42plugins = dht mesh
43
44[transport]
45AUTOSTART = YES
46PLUGINS = udp
47ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
48ACCEPT_FROM6 = ::1;
49NEIGHBOUR_LIMIT = 50
50PORT = 12004
51
52[ats]
53WAN_QUOTA_OUT = 3932160
54WAN_QUOTA_IN = 3932160
55
56[core]
57PORT = 12005
58AUTOSTART = YES
59
60[transport-tcp]
61TIMEOUT = 300 s
62PORT = 12006
63ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
64
65[transport-udp]
66TIMEOUT = 300 s
67PORT = 12007
68ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
69
70[statistics]
71PORT = 12008
72AUTOSTART = YES
73ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
74
75[TESTING]
76NUM_PEERS = 5
77WEAKRANDOM = YES
78HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
79MAX_CONCURRENT_SSH = 10
80USE_PROGRESSBARS = YES
81PEERGROUP_TIMEOUT = 2400 s
82
83[gnunetd]
84HOSTKEY = $SERVICEHOME/.hostkey
85
86[PATHS]
87SERVICEHOME = /tmp/test-testbed/
88
89[dns]
90AUTOSTART = NO
91
92[nse]
93AUTOSTART = NO
94
95[vpn]
96AUTOSTART = NO
97
98[nat]
99RETURN_LOCAL_ADDRESSES = YES