mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
add P2PNetworkReadyListener
This commit is contained in:
parent
13399057f7
commit
0f87eb99cc
17 changed files with 103 additions and 125 deletions
|
@ -95,7 +95,7 @@ class Socks5Message extends ProxyMessage {
|
|||
this.host = hostName;
|
||||
this.version = SOCKS_VERSION;
|
||||
|
||||
log.debug("Doing ATYP_DOMAINNAME");
|
||||
//log.debug("Doing ATYP_DOMAINNAME");
|
||||
|
||||
addrType = SOCKS_ATYP_DOMAINNAME;
|
||||
final byte addr[] = hostName.getBytes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue