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_plugin_transport_data.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/transport/test_plugin_transport_data.conf') diff --git a/src/transport/test_plugin_transport_data.conf b/src/transport/test_plugin_transport_data.conf index cbecc56ed..b667a4854 100644 --- a/src/transport/test_plugin_transport_data.conf +++ b/src/transport/test_plugin_transport_data.conf @@ -3,10 +3,10 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunetd-plugin-transport/ [transport-tcp] -PORT = 2400 +PORT = 52400 [transport-udp] -PORT = 2401 +PORT = 52401 [transport-wlan] INTERFACE = mon0 @@ -17,29 +17,29 @@ INTERFACE = hci0 TESTMODE = 1 [transport-http_server] -PORT = 2402 +PORT = 52402 [transport-https_server] -PORT = 2403 +PORT = 52403 [arm] -PORT = 2360 +PORT = 52360 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-arm.sock [statistics] -PORT = 2361 +PORT = 52361 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-statistics.sock [resolver] -PORT = 2362 +PORT = 52362 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-resolver.sock [peerinfo] -PORT = 2363 +PORT = 52363 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-peerinfo.sock [transport] -PORT = 2364 +PORT = 52364 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport.sock [nat] -- cgit v1.2.3