libtuv icon indicating copy to clipboard operation
libtuv copied to clipboard

DNS has only partial support

Open jprestwo opened this issue 8 years ago • 1 comments

DNS is missing lookup functionality. There is no implementation for: int uv_getnameinfo(uv_loop_t* loop, uv_getnameinfo_t* req, uv_getnameinfo_cb getnameinfo_cb, const struct sockaddr* addr, int flags)

jprestwo avatar Mar 29 '16 20:03 jprestwo

Yes, including this function, there may be lots of missing compared to libuv.

seanshpark avatar Mar 30 '16 01:03 seanshpark