regex profiler: measuring the time it takes to match all strings
[oweals/gnunet.git] / src / mesh / regex_profiler_test.conf
1 [testbed]
2 AUTOSTART = NO
3 PORT = 12113
4 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5 HOSTNAME = localhost
6 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
7 MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 5
8
9 [fs]
10 AUTOSTART = NO
11
12 [resolver]
13 AUTOSTART = NO
14
15 [mesh]
16 AUTOSTART = NO
17 APP_ANNOUNCE_TIME = 5 s
18 ID_ANNOUNCE_TIME = 5 s
19 CONNECT_TIMEOUT = 10 s
20
21 [dht]
22 AUTOSTART = NO
23
24 [block]
25 plugins = dht test
26
27 [dhtcache]
28 QUOTA = 1 MB
29 DATABASE = sqlite
30
31 [transport]
32 PLUGINS = tcp
33 DEBUG = NO
34 ACCEPT_FROM6 = ::1;
35 ACCEPT_FROM = 127.0.0.1;
36 NEIGHBOUR_LIMIT = 50
37 PORT = 12365
38
39 [ats]
40 WAN_QUOTA_OUT = 3932160
41 WAN_QUOTA_IN = 3932160
42
43 [core]
44 PORT = 12092
45 AUTOSTART = YES
46
47 [arm]
48 DEFAULTSERVICES = core mesh dht
49 PORT = 12366
50 DEBUG = NO
51
52 [transport-tcp]
53 TIMEOUT = 300 s
54 PORT = 12368
55
56 [TESTING]
57 NUM_PEERS = 5
58 WEAKRANDOM = YES
59 DEBUG = YES
60 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
61 MAX_CONCURRENT_SSH = 10
62 USE_PROGRESSBARS = YES
63 PEERGROUP_TIMEOUT = 2400 s
64
65 [gnunetd]
66 HOSTKEY = $SERVICEHOME/.hostkey
67
68 [PATHS]
69 SERVICEHOME = /tmp/test-testbed/
70
71 [dns]
72 AUTOSTART = NO
73
74 [nse]
75 AUTOSTART = NO
76
77 [vpn]
78 AUTOSTART = NO
79
80 [nat]
81 RETURN_LOCAL_ADDRESSES = YES