aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/c_no_nat_client.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-13 23:42:29 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-13 23:42:29 +0100
commita2de1176e7872185a8a6b0ce7cbc93bf30f0b395 (patch)
treec5bb96fcce38d380aa488ef6babc11d679d06395 /src/integration-tests/confs/c_no_nat_client.conf
parent5ad1c50a13484450f71e4b248f08fd2c6a369d6d (diff)
downloadgnunet-a2de1176e7872185a8a6b0ce7cbc93bf30f0b395.tar.gz
gnunet-a2de1176e7872185a8a6b0ce7cbc93bf30f0b395.zip
trying to improve things for #5560
Diffstat (limited to 'src/integration-tests/confs/c_no_nat_client.conf')
-rw-r--r--src/integration-tests/confs/c_no_nat_client.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/integration-tests/confs/c_no_nat_client.conf b/src/integration-tests/confs/c_no_nat_client.conf
index 38a7d7fbc..16e514b96 100644
--- a/src/integration-tests/confs/c_no_nat_client.conf
+++ b/src/integration-tests/confs/c_no_nat_client.conf
@@ -7,7 +7,7 @@ GNUNET_TEST_HOME = $GNUNET_TMP/c_no_nat_client/
7PRIVATE_KEY = hostkeys/c_no_nat_client 7PRIVATE_KEY = hostkeys/c_no_nat_client
8 8
9[transport] 9[transport]
10PLUGINS = tcp udp http_client https_client 10PLUGINS = tcp
11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-22 11UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-22
12PORT = 20029 12PORT = 20029
13 13
@@ -15,10 +15,6 @@ PORT = 20029
15PORT = 20028 15PORT = 20028
16ADVERTISED_PORT = 20028 16ADVERTISED_PORT = 20028
17 17
18[transport-udp]
19PORT = 20027
20BROADCAST_INTERVAL = 30 s
21
22[hostlist] 18[hostlist]
23SERVERS = http://localhost:8080/ 19SERVERS = http://localhost:8080/
24 20