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