cmdline usability for gnunet-social
[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
16 # This is the 'estimate' in the beginning.
17 # This determines the size of the peers we keep in memory
18 # until we receive the first estimate from NSE.
19 # Keep in mind, that (networksize)^(1/3) should be enough.
20 # So, 50 is enough for a network of size 50^3 = 125000
21 INITSIZE = 4
22
23 [testbed]
24 HOSTNAME = localhost
25
26 OPERATION_TIMEOUT = 60 s
27
28 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
29 #OVERLAY_TOPOLOGY = CLIQUE
30 OVERLAY_TOPOLOGY = SMALL_WORLD
31 #SCALE_FREE_TOPOLOGY_CAP = 
32
33 OVERLAY_RANDOM_LINKS = 25
34
35 SETUP_TIMEOUT = 2 m
36
37 [nse]
38 WORKBITS = 0
39
40 [nat]
41 # Use addresses from the local network interfaces (inluding loopback, but also others)
42 USE_LOCALADDR = YES
43
44 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
45 RETURN_LOCAL_ADDRESSES = YES
46
47 [transport]
48 PLUGINS = unix
49
50 [dht]
51 DISABLE_TRY_CONNECT = YES
52
53 [cadet]
54 DISABLE_TRY_CONNECT = YES
55 #OPTIONS=-l /tmp/rps_profiler_logs/cadet-[]-%Y-%m-%d.log
56
57 [PATHS]
58 GNUNET_TEST_HOME = /tmp/rps-test/
59
60 #[arm]
61 #GLOBAL_POSTFIX=-l /tmp/rps_profiler_logs/other-[]-%Y-%m-%d.log
62
63 #[statistics]
64 #FORCESTART = NO
65 #AUTOSTART = NO
66
67 [peerinfo]
68 NO_IO = YES
69
70 [hostlist]
71 FORCESTART = NO
72 AUTOSTART = NO
73
74 [namecache]
75 FORCESTART = NO
76 AUTOSTART = NO
77
78 [namestore]
79 FORCESTART = NO
80 AUTOSTART = NO
81
82 [topology]
83 FORCESTART = NO
84 AUTOSTART = NO
85
86 [vpn]
87 FORCESTART = NO
88 AUTOSTART = NO
89
90 [revocation]
91 FORCESTART = NO
92 AUTOSTART = NO
93
94 [gns]
95 FORCESTART = NO
96 AUTOSTART = NO
97
98 [fs]
99 FORCESTART = NO
100 AUTOSTART = NO
101