mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 09:07:27 -04:00
Use DIRECT as default connection type
This commit is contained in:
parent
103542dd87
commit
eee523e8b3
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class TomP2PTests {
|
||||||
private static final Logger log = LoggerFactory.getLogger(TomP2PTests.class);
|
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
|
// 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.
|
// 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.
|
// If you have a setup where you are not behind a router you can also use a WAN bootstrap node.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue