diff options
Diffstat (limited to 'src/transport/test_communicator_udp_basic_peer1.conf')
-rw-r--r-- | src/transport/test_communicator_udp_basic_peer1.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/transport/test_communicator_udp_basic_peer1.conf b/src/transport/test_communicator_udp_basic_peer1.conf index 1b35d8e8a..4cfb6f72f 100644 --- a/src/transport/test_communicator_udp_basic_peer1.conf +++ b/src/transport/test_communicator_udp_basic_peer1.conf @@ -13,20 +13,13 @@ PORT = 52400 PORT = 52401 [transport] -PORT = 60000 +#PORT = 60000 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock [nat] UNIXPATH = $GNUNET_TMP/test-communicator-unix-1/nat.sock ENABLE_IPSCAN = YES -[communicator-unix] -UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock - -[communicator-tcp] -BINDTO = 60002 -DISABLE_V6 = YES - [communicator-udp] BINDTO = 60002 DISABLE_V6 = YES |