barchart-udt
barchart-udt copied to clipboard
IPv6 support #58 (+ Integration tests Windows fix)
Well, the integration tests for UDT core were not green on my Windows machine so this is my attempt to fix them.
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 :)