mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
c698b77d19
This was as simple as using bufferevent_connect_hostname instead of calling connect() ourself, which already knows how to use an evdns_base if it gets one. Untangling the bind code might be a little trickier.