Skip to content

Add DNSServiceGetAddrInfo

Sebastiaan Lokhorst requested to merge (removed):DNSServiceGetAddrInfo into master

This was only tested on macOS and will likely only work there, since the sockaddr, sockaddr_in and sockaddr_in6 structs are hardcoded based on the macOS headers.

I'm not sure how Bonjour is implemented on Windows or if it even works there.

Fixes #1 (closed)

Edited by Sebastiaan Lokhorst

Merge request reports