aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_lookup_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-19 21:52:43 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-19 21:52:54 +0100
commitca8202057d58faaed3e1fa6c57adf0aa003811c4 (patch)
tree3f479c09609394995e656967bd3a7caceb7f5ef1 /src/gns/test_gns_lookup_peer2.conf
parent3b2afcd3b931d56bf028aaf397014d27ff91b2a2 (diff)
downloadgnunet-ca8202057d58faaed3e1fa6c57adf0aa003811c4.tar.gz
gnunet-ca8202057d58faaed3e1fa6c57adf0aa003811c4.zip
fixing the GNS multirecord multipeer test
Diffstat (limited to 'src/gns/test_gns_lookup_peer2.conf')
-rw-r--r--src/gns/test_gns_lookup_peer2.conf16
1 files changed, 12 insertions, 4 deletions
diff --git a/src/gns/test_gns_lookup_peer2.conf b/src/gns/test_gns_lookup_peer2.conf
index d64fdcda3..2e861ff0a 100644
--- a/src/gns/test_gns_lookup_peer2.conf
+++ b/src/gns/test_gns_lookup_peer2.conf
@@ -5,6 +5,8 @@ DISABLE = YES
5 5
6[PATHS] 6[PATHS]
7GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-peer-2/ 7GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-peer-2/
8GNUNET_RUNTIME_DIR = $GNUNET_TMP/test-gnunet-gns-peer-2-runtime/
9GNUNET_USER_RUNTIME_DIR = $GNUNET_TMP/test-gnunet-gns-peer-2-user-runtime/
8 10
9[dht] 11[dht]
10START_ON_DEMAND = YES 12START_ON_DEMAND = YES
@@ -42,17 +44,23 @@ AUTOCONNECT = YES
42FRIENDS-ONLY = NO 44FRIENDS-ONLY = NO
43MINIMUM-FRIENDS = 0 45MINIMUM-FRIENDS = 0
44 46
47[hostlist]
48SERVERS =
49HTTPPORT = 9999
50OPTIONS = -p
51IMMEDIATE_START = YES
52
53
45[ats] 54[ats]
46WAN_QUOTA_IN = 1 GB 55WAN_QUOTA_IN = 1 GB
47WAN_QUOTA_OUT = 1 GB 56WAN_QUOTA_OUT = 1 GB
48 57
49[transport] 58[transport]
50plugins = tcp 59plugins = unix
51NEIGHBOUR_LIMIT = 50 60NEIGHBOUR_LIMIT = 50
52PORT = 2092
53 61
54[transport-tcp] 62[transport-unix]
55TIMEOUT = 300 s 63UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-transport-plugin-unix2.sock
56 64
57[nat] 65[nat]
58DISABLEV6 = YES 66DISABLEV6 = YES