- Changes to run 4k peers nse networks
[oweals/gnunet.git] / src / nse / nse_profiler_test.conf
1 [PATHS]
2 SERVICEHOME = /tmp/nse-profiler/
3 DEFAULTCONFIG = nse_profiler_test.conf
4
5 [nse]
6 PORT = 0
7 UNIXPATH = /tmp/test-nse-service-nse.unix
8 BINARY = gnunet-service-nse
9 #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
10 #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
11 AUTOSTART = YES
12 DEBUG = YES
13 CONFIG = $DEFAULTCONFIG
14 # Overriding network settings for faster testing (do NOT use
15 # these values in production just because they are here)
16 WORKDELAY = 60 s
17 INTERVAL = 30 s
18 WORKBITS = 0
19 PROOFFILE = $SERVICEHOME/nse.proof
20
21 [arm]
22 PORT = 0
23 DEFAULTSERVICES = core
24 UNIXPATH = /tmp/test-nse-service-arm.unix
25 #DEBUG = YES
26
27 [statistics]
28 AUTOSTART = YES
29
30 [fs]
31 AUTOSTART = NO
32
33 [datastore]
34 AUTOSTART = NO
35
36 [dht]
37 AUTOSTART = NO
38
39 [transport]
40 PORT = 0
41 AUTOSTART = YES
42
43 [nat]
44 DISABLEV6 = YES 
45 BINDTO = 127.0.0.1
46 ENABLE_UPNP = NO
47 BEHIND_NAT = NO
48 ALLOW_NAT = NO
49 INTERNAL_ADDRESS = 127.0.0.1
50 EXTERNAL_ADDRESS = 127.0.0.1
51
52 [transport-unix]
53 PORT = 11111
54
55 [core]
56 AUTOSTART = YES
57
58 [peerinfo]
59 AUTOSTART = YES
60
61 [dns]
62 AUTOSTART = NO
63
64 [topology]
65 PORT = 0
66 AUTOSTART = NO
67
68 [transport]
69 PORT = 0
70 plugins = unix
71
72 [chat]
73 AUTOSTART = NO
74 PORT = 0
75
76 [testing]
77 NUM_PEERS = 4000
78 WEAKRANDOM = YES
79 TOPOLOGY = NONE
80 #CONNECT_TOPOLOGY = SMALL_WORLD_RING
81 CONNECT_TOPOLOGY = ERDOS_RENYI
82 CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
83 CONNECT_TOPOLOGY_OPTION_MODIFIER = 5
84 # PERCENTAGE = 3
85 PROBABILITY = .1
86 F2F = NO
87 CONNECT_TIMEOUT = 360 s
88 CONNECT_ATTEMPTS = 3
89 #DEBUG = YES
90 #HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
91 HOSTKEYSFILE = hostkeys.dat
92 MAX_CONCURRENT_SSH = 20
93 USE_PROGRESSBARS = YES
94 PEERGROUP_TIMEOUT = 1000 s
95 TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers_initial
96 MAX_OUTSTANDING_CONNECTIONS = 200
97 #SINGLE_PEERINFO_PER_HOST = YES
98 #NUM_PEERINFO_PER_HOST = 10
99 #SINGLE_STATISTICS_PER_HOST = YES
100 #NUM_STATISTICS_PER_HOST = 10
101 DELETE_FILES = NO
102
103 [nse-profiler]
104 OUTPUT_FILE = nse_output_4000_peers.dat
105 TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers
106 DATA_OUTPUT_FILE = nse_topo_4000_peers_stats
107 #ROUND0 = 90
108 #ROUND1 = 100
109 #ROUND2 = 50
110 #ROUND3 = 100
111 #ROUND2 = 500
112 #ROUND3 = 1000
113 WAIT_TIME = 19200 s
114 CONNECTION_LIMIT = 10
115