Commit Graph

6 Commits

Author SHA1 Message Date
David Drysdale ed7df969cd ares_set_socket_callback: make manpage match code
The code in ares_process.c that invokes the socket creation/connection
callback only checks for rc < 0, not for standard ares error codes.
2016-02-11 11:14:27 +00:00
Andrew Ayer 2b6a1fbee7 Document callback type in man page for ares_set_socket_callback 2016-02-09 10:08:23 -08:00
Andrew Ayer 11e37a92ef Add ares_set_socket_configure_callback()
This function sets a callback that is invoked after the socket is
created, but before the connection is established.  This is an ideal
time to customize various socket options.
2016-02-09 10:05:04 -08:00
Daniel Stenberg 63627fa5ab remove all $Id$ lines 2010-03-27 19:42:02 +01:00
Yang Tse f854ecb90b Sync man page with reality 2009-11-20 14:15:05 +00:00
Daniel Stenberg 9117775d49 the initial version of the ares_set_socket_callback man page 2008-12-04 12:54:43 +00:00