aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse_profiler_test.conf
blob: 6a6580221621f785fee80653558fa17a5f8b7817 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
[PATHS]
SERVICEHOME = /tmp/nse-profiler/
DEFAULTCONFIG = nse_profiler_test.conf

[nse]
PORT = 0
UNIXPATH = /tmp/test-nse-service-nse.unix
BINARY = gnunet-service-nse
#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
AUTOSTART = YES
DEBUG = YES
CONFIG = $DEFAULTCONFIG
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
WORKDELAY = 60 s
INTERVAL = 30 s
WORKBITS = 0
PROOFFILE = $SERVICEHOME/nse.proof

[arm]
PORT = 0
DEFAULTSERVICES = core
UNIXPATH = /tmp/test-nse-service-arm.unix
#DEBUG = YES

[statistics]
AUTOSTART = YES
PORT=0

[fs]
AUTOSTART = NO
PORT=0

[datastore]
AUTOSTART = NO
PORT = 0

[dht]
AUTOSTART = NO
PORT = 0

[transport]
PORT = 0
AUTOSTART = YES

[nat]
DISABLEV6 = YES 
BINDTO = 127.0.0.1
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1

[transport-unix]
PORT = 11111

[transport-tcp]
PORT = 0

[transport-udp]
PORT = 0

[transport-http]
PORT = 0

[transport-https]
PORT = 0

[core]
AUTOSTART = YES
PORT = 0

[peerinfo]
AUTOSTART = YES
PORT = 0

[dns]
AUTOSTART = NO

[topology]
PORT = 0
AUTOSTART = NO

[dv]
PORT = 0
AUTOSTART = NO

[resolver]
PORT = 0

[gnunet-nat-server]
PORT = 0

[ats]
PORT = 0

[mesh]
PORT = 0

[template]
PORT = 0

#@W32PORT@ PORT = 1234
#@UNIXPORT@ PORT = 0

[transport]
PORT = 0
plugins = unix

[chat]
AUTOSTART = NO
PORT = 0

[testing]
NUM_PEERS = 4000
WEAKRANDOM = YES
TOPOLOGY = NONE
#CONNECT_TOPOLOGY = SMALL_WORLD_RING
CONNECT_TOPOLOGY = ERDOS_RENYI
CONNECT_TOPOLOGY_OPTION = CONNECT_MINIMUM
CONNECT_TOPOLOGY_OPTION_MODIFIER = 5
# PERCENTAGE = 3
PROBABILITY = .1
F2F = NO
CONNECT_TIMEOUT = 360 s
CONNECT_ATTEMPTS = 3
DEBUG = YES
#HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
HOSTKEYSFILE = hostkeys.dat
MAX_CONCURRENT_SSH = 20
USE_PROGRESSBARS = YES
PEERGROUP_TIMEOUT = 1000 s
TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers_initial
MAX_OUTSTANDING_CONNECTIONS = 200
#SINGLE_PEERINFO_PER_HOST = YES
#NUM_PEERINFO_PER_HOST = 10
#SINGLE_STATISTICS_PER_HOST = YES
#NUM_STATISTICS_PER_HOST = 10
DELETE_FILES = NO

[nse-profiler]
OUTPUT_FILE = nse_output_4000_peers.dat
TOPOLOGY_OUTPUT_FILE = nse_topo_4000_peers
DATA_OUTPUT_FILE = nse_topo_4000_peers_stats
#ROUND0 = 90
#ROUND1 = 100
#ROUND2 = 50
#ROUND3 = 100
#ROUND2 = 500
#ROUND3 = 1000
WAIT_TIME = 19200 s
CONNECTION_LIMIT = 10