Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
tcp: set hints for address resolution
getaddrinfo really likes to get hints on how to resolve. This should fix the problem where 'localhost' can not be used as a hostname. This should work with AF_UNSPEC but may need to be reverted to AF_INET. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
- Loading branch information