cowtowncoder / java-uuid-generator

Java Uuid Generator (JUG) is a Java library for generating all standard UUID versions (v1 - v7)
Apache License 2.0
751 stars 103 forks source link

Specify port when trying to determine egress interface. #59

Closed pgalbraith closed 2 years ago

pgalbraith commented 2 years ago

Specifying the DNS port when trying to route to a root server seems to work better (at least on Mac with temurin JDK 17).

cowtowncoder commented 2 years ago

Ok, I'll just merge this & add a comment next to the magic constant.

cowtowncoder commented 2 years ago

Ok, merged; does not seem to resolve the issue for me (either with JDK 8 or 17), unfortunately.