Changed how messages are sent to clients to use Notif Context
[oweals/gnunet.git] / src / mesh / test_mesh_small.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_mesh_small/
3 DEFAULTCONFIG = test_mesh_small.conf
4
5 [nse]
6 PORT = 0
7 UNIXPATH = /tmp/test-nse-service-nse.unix
8 BINARY = gnunet-service-nse
9 #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
10 AUTOSTART = YES
11 DEBUG = NO
12 CONFIG = $DEFAULTCONFIG
13 # Overriding network settings for faster testing (do NOT use
14 # these values in production just because they are here)
15 WORKDELAY = 10000
16 INTERVAL = 3600000
17 WORKBITS = 0
18 PROOFFILE = $SERVICEHOME/nse.proof
19
20 [arm]
21 PORT = 0
22 DEFAULTSERVICES = core mesh
23 UNIXPATH = /tmp/test-nse-service-arm.unix
24 #DEBUG = YES
25
26 [statistics]
27 AUTOSTART = YES
28 PORT = 0
29
30 [transport-https]
31 PORT = 0
32
33 [transport-http]
34 PORT = 0
35
36 [transport-udp]
37 PORT = 0
38
39 [transport-tcp]
40 ADVERTISED_PORT = 0
41 PORT = 0
42
43 [gnunet-nat-server]
44 PORT = 0
45
46 [statistics]
47 AUTOSTART = YES
48 PORT = 0
49
50 [fs]
51 AUTOSTART = NO
52 PORT = 0
53
54 [datastore]
55 AUTOSTART = NO
56 PORT = 0
57
58 [dht]
59 AUTOSTART = NO
60 PORT = 0
61
62 [transport]
63 PORT = 0
64 AUTOSTART = YES
65
66 [nat]
67 DISABLEV6 = YES 
68 BINDTO = 127.0.0.1
69 ENABLE_UPNP = NO
70 BEHIND_NAT = NO
71 ALLOW_NAT = NO
72 INTERNAL_ADDRESS = 127.0.0.1
73 EXTERNAL_ADDRESS = 127.0.0.1
74
75 [transport-unix]
76 PORT = 11111
77
78 [core]
79 AUTOSTART = YES
80 PORT = 0
81
82 [peerinfo]
83 AUTOSTART = YES
84 PORT = 0
85
86 [dns]
87 AUTOSTART = NO
88 PORT = 0
89
90 [resolver]
91 PORT = 0
92
93 [mesh]
94 PORT = 0
95
96 [topology]
97 PORT = 0
98 AUTOSTART = NO
99
100 [transport]
101 PORT = 0
102 plugins = unix
103
104 [testing]
105 NUM_PEERS = 16
106 WEAKRANDOM = YES
107 TOPOLOGY = NONE
108 CONNECT_TOPOLOGY = RING
109 #CONNECT_TOPOLOGY = ERDOS_RENYI
110 #CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
111 #CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
112 #PERCENTAGE = 3
113 #PROBABILITY = .1
114 F2F = NO
115 CONNECT_TIMEOUT = 60
116 CONNECT_ATTEMPTS = 3
117 #DEBUG = YES
118 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
119 MAX_CONCURRENT_SSH = 10
120 USE_PROGRESSBARS = YES
121 PEERGROUP_TIMEOUT = 2400
122 TOPOLOGY_OUTPUT_FILE = mesh_topo_initial
123 MAX_OUTSTANDING_CONNECTIONS = 75
124 #SINGLE_PEERINFO_PER_HOST = YES
125 #NUM_PEERINFO_PER_HOST = 10
126 #SINGLE_STATISTICS_PER_HOST = YES
127 #NUM_STATISTICS_PER_HOST = 10
128 DELETE_FILES = YES
129
130 [test_mesh_small]
131 WAIT_TIME = 10
132 CONNECTION_LIMIT = 10
133 DATA_OUTPUT_FILE=data_output