barchart-udt icon indicating copy to clipboard operation
barchart-udt copied to clipboard

IPv6 support #58 (+ Integration tests Windows fix)

Open Holdo opened this issue 8 years ago • 1 comments

Well, the integration tests for UDT core were not green on my Windows machine so this is my attempt to fix them.

Holdo avatar Sep 10 '16 17:09 Holdo

You can try IPv6 by using -Djava.net.preferIPv6Addresses=true VM option or System.setProperty("java.net.preferIPv6Addresses", "true") from the code.

All tests in barchart-udt-core pass, at least on Windows :)

Holdo avatar Sep 13 '16 18:09 Holdo