From 929df266d9e77fadff2132b051e3d709939ba336 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Mon, 25 Jun 2018 10:32:12 +0000 Subject: tests: use port numbers that are unlikely to collide with user ports (just happened) --- src/transport/test_quota_compliance_udp_peer1.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/transport/test_quota_compliance_udp_peer1.conf') diff --git a/src/transport/test_quota_compliance_udp_peer1.conf b/src/transport/test_quota_compliance_udp_peer1.conf index b7c3159b8..bba75c168 100644 --- a/src/transport/test_quota_compliance_udp_peer1.conf +++ b/src/transport/test_quota_compliance_udp_peer1.conf @@ -3,27 +3,27 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test_quota_compliance_peer1/ [transport-udp] -PORT = 4368 +PORT = 54368 MAX_BPS = 50000000 [arm] -PORT = 4087 +PORT = 54087 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_udp_arm_peer1.sock [statistics] -PORT = 4088 +PORT = 54088 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_udp_statistics_peer1.sock [resolver] -PORT = 4089 +PORT = 54089 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_udp_resolver_peer1.sock [peerinfo] -PORT = 4090 +PORT = 54090 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_udp_peerinfo_peer1.sock [transport] -PORT = 4091 +PORT = 54091 PLUGINS = udp UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_udp_transport_peer1.sock -- cgit v1.2.3