mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
0b9eb1bffb
This function, bufferevent_socket_connect_hostname() can either use evdns to do the resolve, or use a new function (evutil_resolve) that uses getaddrinfo or gethostbyname, like http.c does now. This function is meant to eventually replace the hostname resolution mess in http.c. svn:r1496