Skip to content

ePump v2.1.2 released

Compare
Choose a tag to compare
@kehengzhong kehengzhong released this 28 Jan 07:16
· 37 commits to master since this release
4fa9c4e
  1. add DNS resolving functionality for the support of complete non-blocking;
  2. add eptcp_ep_connect function by new DNS resolving, without system call getaddrinfo;
  3. fixed the bug: iodev_t instances created before epump threads started do not work properly;
  4. the callback of DNS resolving success will be delivered to the worker thread that caller invoked;