Commit 25169f68 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added ares_getsock()

parent e5247ae6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
  Changelog for the c-ares project

* December 22

- Daniel Stenberg added ares_getsock() that extracts the set of sockets to
  wait for action on. Similar to ares_fds() but not restricted to using
  select() for the waiting.

* November 25

- Yang Tse fixed some send() / recv() compiler warnings