-docu
[oweals/gnunet.git] / src / testing / test_testing_2dtorus.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_testing_small/
3 DEFAULTCONFIG = test_testing_small.conf
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
33 [nat]
34 DISABLEV6 = YES 
35 BINDTO = 127.0.0.1
36 ENABLE_UPNP = NO
37 BEHIND_NAT = NO
38 ALLOW_NAT = NO
39 INTERNAL_ADDRESS = 127.0.0.1
40 EXTERNAL_ADDRESS = 127.0.0.1
41
42 [ats]
43 WAN_QUOTA_IN = 1 GB
44 WAN_QUOTA_OUT = 1 GB
45
46 [core]
47 AUTOSTART = YES
48 PORT = 10003
49
50 [peerinfo]
51 AUTOSTART = YES
52 PORT = 10004
53
54 [testing]
55 NUM_PEERS = 16
56 WEAKRANDOM = YES
57 TOPOLOGY = 2D_TORUS
58 CONNECT_TOPOLOGY = 2D_TORUS
59 #TOPOLOGY_FILE = small.dat
60 CONNECT_TOPOLOGY = 2D_TORUS
61 #CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
62 #CONNECT_TOPOLOGY_OPTION_MODIFIER = 25
63 #PERCENTAGE = 3
64 #PROBABILITY = .1
65 F2F = NO
66 CONNECT_TIMEOUT = 600 s
67 CONNECT_ATTEMPTS = 2
68 DEBUG = YES
69 HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
70 MAX_CONCURRENT_SSH = 10
71 USE_PROGRESSBARS = YES
72 PEERGROUP_TIMEOUT = 2400 s
73 TOPOLOGY_OUTPUT_FILE = testing_topo_initial
74 MAX_OUTSTANDING_CONNECTIONS = 75
75 #SINGLE_PEERINFO_PER_HOST = YES
76 #NUM_PEERINFO_PER_HOST = 10
77 #SINGLE_STATISTICS_PER_HOST = YES
78 #NUM_STATISTICS_PER_HOST = 10
79 DELETE_FILES = YES