merge
[oweals/gnunet.git] / src / rps / test_rps.conf
1 [rps]
2 #PREFIX = valgrind --leak-check=full --show-leak-kinds=all --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
3 #PREFIX = valgrind --log-file=/tmp/rps/valgrind!gnunet-service-rps!%p
4 #PREFIX = valgrind
5 UNIXPATH = $GNUNET_TMP/gnunet-service-rps.sock
6 HOME = $SERVICEHOME
7 # PORT = 2106
8 #@UNIXONLY@ PORT = 2087
9 IMMEDIATE_START = YES
10 START_ON_DEMAND = NO
11 NOARMBIND = YES
12 #OPTIONS=-l /tmp/rps_profiler_logs/rps-[]-%Y-%m-%d.log
13
14 # This is the timeinterval between the rounds
15 ROUNDINTERVAL = 100 ms
16 FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
17
18 # This is the 'estimate' in the beginning.
19 # This determines the size of the peers we keep in memory
20 # until we receive the first estimate from NSE.
21 # Keep in mind, that (networksize)^(1/3) should be enough.
22 # So, 50 is enough for a network of size 50^3 = 125000
23 MINSIZE = 4
24
25
26
27 [testbed]
28 HOSTNAME = localhost
29
30 # MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 100
31
32 #OVERLAY_TOPOLOGY = CLIQUE
33
34 OVERLAY_TOPOLOGY = SCALE_FREE
35 SCALE_FREE_TOPOLOGY_CAP = 100
36 SCALE_FREE_TOPOLOGY_M = 2
37
38 #OVERLAY_TOPOLOGY = RANDOM
39 #OVERLAY_RANDOM_LINKS = 25
40
41 #OVERLAY_TOPOLOGY = SMALL_WORLD
42 #OVERLAY_RANDOM_LINKS = 25
43
44 SETUP_TIMEOUT = 2 m
45
46 [nse]
47 WORKBITS = 0
48
49 [nat]
50 # Use addresses from the local network interfaces (inluding loopback, but also others)
51 USE_LOCALADDR = YES
52 ENABLE_UPNP = NO
53
54 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
55 RETURN_LOCAL_ADDRESSES = YES
56
57 [transport]
58 PLUGINS = unix
59
60 [ats]
61 # Network specific inbound/outbound quotas
62 UNSPECIFIED_QUOTA_IN = unlimited
63 UNSPECIFIED_QUOTA_OUT = unlimited
64 # LOOPBACK
65 LOOPBACK_QUOTA_IN = unlimited
66 LOOPBACK_QUOTA_OUT = unlimited
67 # LAN
68 LAN_QUOTA_IN = unlimited
69 LAN_QUOTA_OUT = unlimited
70 #WAN
71 WAN_QUOTA_OUT = unlimited
72 WAN_QUOTA_IN = unlimited
73 # WLAN
74 WLAN_QUOTA_IN = unlimited
75 WLAN_QUOTA_OUT = unlimited
76 # BLUETOOTH
77 BLUETOOTH_QUOTA_IN = unlimited
78 BLUETOOTH_QUOTA_OUT = unlimited
79
80 [dht]
81 DISABLE_TRY_CONNECT = YES
82
83 [cadet]
84 #OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
85 #PREFIX = valgrind --log-file=/tmp/rps/valgrind_gnunet-service-cadet_%p
86
87 #[arm]
88 #GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
89
90 #[statistics]
91 #IMMEDIATE_START = NO
92 #START_ON_DEMAND = NO
93
94 [peerinfo]
95 NO_IO = YES
96
97 [hostlist]
98 IMMEDIATE_START = NO
99 START_ON_DEMAND = NO
100
101 [zonemaster]
102 IMMEDIATE_START = NO
103 START_ON_DEMAND = NO
104
105 [namecache]
106 IMMEDIATE_START = NO
107 START_ON_DEMAND = NO
108
109 [namestore]
110 IMMEDIATE_START = NO
111 START_ON_DEMAND = NO
112
113 [topology]
114 IMMEDIATE_START = NO
115 START_ON_DEMAND = NO
116
117 [vpn]
118 IMMEDIATE_START = NO
119 START_ON_DEMAND = NO
120
121 [revocation]
122 IMMEDIATE_START = NO
123 START_ON_DEMAND = NO
124
125 [gns]
126 IMMEDIATE_START = NO
127 START_ON_DEMAND = NO
128
129 [fs]
130 IMMEDIATE_START = NO
131 START_ON_DEMAND = NO