-modifying tests to use new service MQ API, implementing more of service MQ API
[oweals/gnunet.git] / contrib / testbed_configs / regex_profiler_infiniband.conf
1 [testbed]
2 AUTOSTART = NO
3 PORT = 11999
4 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5 HOSTNAME = localhost
6 MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 25
7 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
8 #MAX_PARALLEL_OPERATIONS = 1000
9 #MAX_PARALLEL_SERVICE_CONNECTIONS = 1000
10
11 [regexprofiler]
12 BINARY = /home/szengel/gnunet/src/cadet/.libs/gnunet-daemon-regexprofiler
13 REGEX_PREFIX = "GNVPN-0001-PAD"
14
15 [cadet]
16 AUTOSTART = YES
17 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
18 APP_ANNOUNCE_TIME = 240 s
19 ID_ANNOUNCE_TIME = 120 m
20 CONNECT_TIMEOUT = 30 s
21 PORT = 12001
22 DHT_REPLICATION_LEVEL = 3
23
24 [dht]
25 AUTOSTART = YES
26 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
27 HOSTNAME = localhost
28 # Do not allow DHT to create extra connections, beyond those testbed created
29 DISABLE_TRY_CONNECT = NO
30 FORCE_NSE = 1
31
32 [dhtcache]
33 DATABASE = heap
34 QUOTA = 100 MB
35 # Disable RC-file for Bloom filter?  (for benchmarking with limited IO availability)
36 DISABLE_BF_RC = YES
37 DISABLE_BF = YES
38
39 [datacache-sqlite]
40 # Keep datacache in-memory? (reduces IO)
41 IN_MEMORY = YES
42
43 [fs]
44 AUTOSTART = NO
45
46 [resolver]
47 AUTOSTART = NO
48 HOSTNAME = localhost
49
50 [transport]
51 AUTOSTART = YES
52 PLUGINS = tcp
53 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
54 ACCEPT_FROM6 = ::1;
55 NEIGHBOUR_LIMIT = 50
56 #PORT = 12004
57
58 [ats]
59 WAN_QUOTA_OUT = 3932160
60 WAN_QUOTA_IN = 3932160
61
62 [core]
63 AUTOSTART = YES
64
65 [transport-tcp]
66 TIMEOUT = 300 s
67 PORT = 12006
68 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
69
70 [transport-udp]
71 TIMEOUT = 300 s
72 PORT = 12007
73 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
74
75 [statistics]
76 PORT = 12008
77 AUTOSTART = YES
78 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
79 DISABLE = NO
80
81 [TESTING]
82 NUM_PEERS = 5
83 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
84 MAX_CONCURRENT_SSH = 10
85 USE_PROGRESSBARS = YES
86 PEERGROUP_TIMEOUT = 2400 s
87
88 [PATHS]
89 SERVICEHOME = /tmp/perf-regex/
90
91 [dns]
92 AUTOSTART = NO
93
94 [nse]
95 AUTOSTART = YES
96 # Minimize proof-of-work CPU consumption by NSE
97 WORKBITS = 1
98
99 [vpn]
100 AUTOSTART = NO
101
102 [nat]
103 # Allow running on systems with only loopback?
104 RETURN_LOCAL_ADDRESSES = YES
105 # Disable redundant addresses...
106 DISABLEV6 = YES