kc3-lang/libevent/sample/dns-example.c

Branch :


Log

Author Commit Date CI Message
d60a1bd5 2010-01-27 01:46:41 Clarify status of example programs (That is, add comments to say that dns-example and le-proxy are recent and ugly; event-test is old and ugly.)
625a261a 2009-11-17 02:40:14 OpenBSD demands that sys/types.h be included before sys/socket.h svn:r1539
86f57420 2009-11-16 22:25:46 Add two implementations of getaddrinfo: one blocking and one nonblocking. The entry points are evutil_getaddrinfo and evdns_getaddrinfo respectively. There are fairly extensive unit tests. I believe this code conforms to RFC3493 pretty closely, but there are probably more issues. It should get tested on more platforms. This code means we can dump the well-intentioned but weirdly-implemented bufferevent_evdns and evutil_resolve code. svn:r1537
ae5fbf49 2009-11-05 22:24:21 Actually add the new dns-example.c code. :p svn:r1512