diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-06-25 10:32:12 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 1984-04-04 00:44:04 +0000 |
commit | 929df266d9e77fadff2132b051e3d709939ba336 (patch) | |
tree | 25bea9ad7f68fdf69e3ea013c6f2eb8d47e6af8d /src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf | |
parent | fed9e8bfb74ba162567ea8dfdcc48ac49c1a02e4 (diff) |
tests: use port numbers that are unlikely to collide with user ports (just happened)
Diffstat (limited to 'src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf')
-rw-r--r-- | src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf b/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf index 59fbbff5b..0e0cbff24 100644 --- a/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf +++ b/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf @@ -3,29 +3,29 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/quota-tcp-p1/ [transport-tcp] -PORT = 4094 +PORT = 54094 [transport-udp] -PORT = 4094 +PORT = 54094 [arm] -PORT = 4087 +PORT = 54087 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_arm_peer1.sock [statistics] -PORT = 4088 +PORT = 54088 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_statistics_peer1.sock [resolver] -PORT = 4089 +PORT = 54089 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_resolver_peer1.sock [peerinfo] -PORT = 4090 +PORT = 54090 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_peerinfo_peer1.sock [transport] -PORT = 4091 +PORT = 54091 PLUGINS = tcp UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_transport_peer1.sock |