-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG setting
[oweals/gnunet.git] / src / testing_old / test_testing_2dtorus.conf
1 @INLINE@ test_testing_defaults.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test_testing_2dtorus/
4
5 [arm]
6 PORT = 10010
7 DEFAULTSERVICES = core
8 #DEBUG = YES
9
10 [statistics]
11 AUTOSTART = YES
12 PORT = 10000
13
14 [dht]
15 DEBUG = NO
16 AUTOSTART = YES
17 ACCEPT_FROM6 = ::1;
18 ACCEPT_FROM = 127.0.0.1;
19 HOSTNAME = localhost
20 PORT = 10001
21
22 [nse]
23 WORKBITS = 0
24
25 [dns]
26 AUTOSTART = NO
27 PORT = 10011
28
29 [transport]
30 PORT = 10002
31 AUTOSTART = YES
32 PLUGINS = tcp
33
34 [nat]
35 DISABLEV6 = YES 
36 BINDTO = 127.0.0.1
37 ENABLE_UPNP = NO
38 BEHIND_NAT = NO
39 ALLOW_NAT = NO
40 INTERNAL_ADDRESS = 127.0.0.1
41 EXTERNAL_ADDRESS = 127.0.0.1
42
43 [ats]
44 WAN_QUOTA_IN = 1 GB
45 WAN_QUOTA_OUT = 1 GB
46
47 [core]
48 AUTOSTART = YES
49 PORT = 10003
50
51 [peerinfo]
52 AUTOSTART = YES
53 PORT = 10004
54
55 [testing_old]
56 NUM_PEERS = 16
57 WEAKRANDOM = YES
58 TOPOLOGY = 2D_TORUS
59 CONNECT_TOPOLOGY = 2D_TORUS
60 #TOPOLOGY_FILE = small.dat
61 CONNECT_TOPOLOGY = 2D_TORUS
62 #CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
63 #CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
64 #PERCENTAGE = 3
65 #PROBABILITY = .1
66 F2F = NO
67 CONNECT_TIMEOUT = 600 s
68 CONNECT_ATTEMPTS = 2
69 DEBUG = YES
70 HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
71 MAX_CONCURRENT_SSH = 10
72 USE_PROGRESSBARS = YES
73 PEERGROUP_TIMEOUT = 2400 s
74 TOPOLOGY_OUTPUT_FILE = testing_topo_initial
75 MAX_OUTSTANDING_CONNECTIONS = 75
76 #SINGLE_PEERINFO_PER_HOST = YES
77 #NUM_PEERINFO_PER_HOST = 10
78 #SINGLE_STATISTICS_PER_HOST = YES
79 #NUM_STATISTICS_PER_HOST = 10
80 DELETE_FILES = YES