From eee523e8b3cc04ed30e12d7bbcacd8a6b45cf4d7 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Sat, 15 Nov 2014 18:33:43 +0100 Subject: [PATCH] Use DIRECT as default connection type --- src/test/java/io/bitsquare/msg/TomP2PTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/io/bitsquare/msg/TomP2PTests.java b/src/test/java/io/bitsquare/msg/TomP2PTests.java index 942e33a83f..2b7a2061b0 100644 --- a/src/test/java/io/bitsquare/msg/TomP2PTests.java +++ b/src/test/java/io/bitsquare/msg/TomP2PTests.java @@ -84,7 +84,7 @@ public class TomP2PTests { private static final Logger log = LoggerFactory.getLogger(TomP2PTests.class); // If you want to test in one specific connection mode define it directly, otherwise use UNKNOWN - private static final ConnectionType FORCED_CONNECTION_TYPE = ConnectionType.MANUAL_PORT_FORWARDING; + private static final ConnectionType FORCED_CONNECTION_TYPE = ConnectionType.DIRECT; // Typically you run the bootstrap node in localhost to test direct connection. // If you have a setup where you are not behind a router you can also use a WAN bootstrap node.