bisq/core
chimp1984 fa626eda4b
Use InetAddress.getLoopbackAddress instead of InetAddress.getLocalHost()
On OSX InetAddress.getLocalHost() can cause problems. On my machine I
get a 5 sec. delay at each start up in localhost mode. The
InetAddress.getLoopbackAddress call is super fast.

Both versions connect to my local btc node, but not sure what can be
the differences if local environment is configured differently as
default. But as those issues with very slow getLocalHost lookup seems
to be more risky I would recommend that we change it.

It only affects localhost regtest mode and users who have a local btc
node running. The detection code for that is using getLoopbackAddress
as well.
See: a5cca0ee1e
2020-09-02 21:59:31 -05:00
..
.tx Merge core repository at 4597613 2018-09-05 10:48:22 +02:00
src Use InetAddress.getLoopbackAddress instead of InetAddress.getLocalHost() 2020-09-02 21:59:31 -05:00
update_translations.sh Remove Greek from supported core languages 2020-01-08 09:04:17 +01:00