aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_lookup_peer1.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_peer1.conf
parent3b2afcd3b931d56bf028aaf397014d27ff91b2a2 (diff)
downloadgnunet-ca8202057d58faaed3e1fa6c57adf0aa003811c4.tar.gz
gnunet-ca8202057d58faaed3e1fa6c57adf0aa003811c4.zip
fixing the GNS multirecord multipeer test
Diffstat (limited to 'src/gns/test_gns_lookup_peer1.conf')
-rw-r--r--src/gns/test_gns_lookup_peer1.conf13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/gns/test_gns_lookup_peer1.conf b/src/gns/test_gns_lookup_peer1.conf
index 3b034f8d5..1cf0ba628 100644
--- a/src/gns/test_gns_lookup_peer1.conf
+++ b/src/gns/test_gns_lookup_peer1.conf
@@ -5,6 +5,8 @@ DISABLE = YES
5 5
6[PATHS] 6[PATHS]
7GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-peer-1/ 7GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-gns-peer-1/
8GNUNET_RUNTIME_DIR = $GNUNET_TMP/test-gnunet-gns-peer-1-system-runtime/
9GNUNET_USER_RUNTIME_DIR = $GNUNET_TMP/test-gnunet-gns-peer-1-user-runtime/
8 10
9[dht] 11[dht]
10START_ON_DEMAND = YES 12START_ON_DEMAND = YES
@@ -42,12 +44,17 @@ WAN_QUOTA_IN = 1 GB
42WAN_QUOTA_OUT = 1 GB 44WAN_QUOTA_OUT = 1 GB
43 45
44[transport] 46[transport]
45plugins = tcp 47plugins = unix
46NEIGHBOUR_LIMIT = 50 48NEIGHBOUR_LIMIT = 50
47PORT = 2091 49PORT = 2091
48 50
49[transport-tcp] 51[transport-unix]
50TIMEOUT = 300 s 52UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-transport-plugin-unix1.sock
53
54[hostlist]
55SERVERS = http://localhost:9999/
56OPTIONS = -b
57IMMEDIATE_START = YES
51 58
52[nat] 59[nat]
53DISABLEV6 = YES 60DISABLEV6 = YES