aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/test_messenger_api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/test_messenger_api.conf')
-rw-r--r--src/messenger/test_messenger_api.conf32
1 files changed, 31 insertions, 1 deletions
diff --git a/src/messenger/test_messenger_api.conf b/src/messenger/test_messenger_api.conf
index f5837392e..968f56f6d 100644
--- a/src/messenger/test_messenger_api.conf
+++ b/src/messenger/test_messenger_api.conf
@@ -1,11 +1,39 @@
1@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf 1@INLINE@ ../../contrib/conf/gnunet/no_forcestart.conf
2@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf 2@INLINE@ ../../contrib/conf/gnunet/no_autostart_above_core.conf
3 3
4[testbed]
5HOSTNAME = localhost
6OVERLAY_TOPOLOGY = CLIQUE
7
8[arm]
9GLOBAL_POSTFIX = -l $GNUNET_CACHE_HOME/{}-logs -L verbose
10
11[transport]
12IMMEDIATE_START = YES
13
14[core]
15START_ON_DEMAND = YES
16IMMEDIATE_START = YES
17USE_EPHEMERAL_KEYS = NO
18
4[PATHS] 19[PATHS]
5GNUNET_TEST_HOME = $GNUNET_TMP/test-messenger-api/ 20GNUNET_TEST_HOME = $GNUNET_TMP/test-messenger-api/
6 21
22[peerinfo]
23NO_IO = YES
24
7[cadet] 25[cadet]
8START_ON_DEMAND = YES 26START_ON_DEMAND = YES
27REFRESH_CONNECTION_TIME = 1 s
28ID_ANNOUNCE_TIME = 5 s
29CONNECT_TIMEOUT = 30 s
30DEFAULT_TTL = 16
31DHT_REPLICATION_LEVEL = 10
32MAX_TUNNELS = 10
33MAX_CONNECTIONS = 10
34MAX_MSGS_QUEUE = 20
35DISABLE_TRY_CONNECT = YES
36REKEY_PERIOD = 2 s
9 37
10[identity] 38[identity]
11START_ON_DEMAND = YES 39START_ON_DEMAND = YES
@@ -14,4 +42,6 @@ START_ON_DEMAND = YES
14START_ON_DEMAND = YES 42START_ON_DEMAND = YES
15 43
16[nat] 44[nat]
17ENABLE_UPNP = NO \ No newline at end of file 45ENABLE_UPNP = NO
46RETURN_LOCAL_ADDRESSES = YES
47IMMEDIATE_START = NO \ No newline at end of file