Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assure
host
is always an IP address (#69)
Use `InetAddress.getHostAddress()` instead of `InetAddress.getHostName()` to get the host IP. The second one sometimes returns a textual name of the local host and this info is not really useful as a source address unless there's a way to resolve that name.
- Loading branch information