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