[bisq-network/bisq] Allow IPv6 connections to Bitcoin nodes (#4045)

James Cox notifications at github.com
Mon Mar 16 16:34:06 UTC 2020


The IP address is obtained from the user parameters by calling DNS lookup in `DnsLookupTor.java`.  So for example `node100.wiz.network` is passed to DNS, what is returned is either and IPv4 (4 byte buffer) or IPv6 (16 byte buffer).  For this example it resolves to 103.99.168.100.  Maybe there is a parameter that can be written to the DNS socket telling it that  should be IPv6 rather than IPv4?  I'll try to find out.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4045#issuecomment-599634480
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200316/72cca77d/attachment-0001.html>


More information about the bisq-github mailing list