Resolve a host name and port to an IP address in network form.
Defined in SDL_net.h
address | to be filled in with the resolved address and port. |
host | the hostname to lookup (like "libsdl.org") |
port | the port intended to be connected to, to fill into address. |
Returns zero on success, -1 on error.
If host
is NULL, the resolved host will be set to INADDR_ANY
.
If the host couldn't be resolved, the host portion of the returned address will be INADDR_NONE, and the function will return -1.
This function is available since SDL_net 2.0.0.