.. what do other operating systems do?
Eg, what does the bind "libc" implementation of name lookups do? (ie,
what user applications can do, not what BIND itself does.)
Adrian
***
To unsubscribe, send an e-mail to majord...@freeha
On Fri, Jul 6, 2012 at 6:06 PM, Catalin Patulea wrote:
> Hi,
>
> I'm interested in what happens when a freshly created evdns with more than
> one nameserver encounters a timeout on the first request.
>
> It seems evdns distinguishes between retransmits and reissues. Retransmits
> are triggered by
On Sat, Jul 7, 2012 at 6:50 AM, debuguo wrote:
> Hello, everyone.
> I noticed one new feature added in libevent 2.1, which was the flag of
> event_base_new, EVLOOP_NO_EXIT_ON_EMPTY.
> BUT I don't know how to exit that event_base loop. even the
> event_base_loopexit or event_base_loopbreak seem not
Hello, everyone.
I noticed one new feature added in libevent 2.1, which was the flag of
event_base_new, EVLOOP_NO_EXIT_ON_EMPTY.
BUT I don't know how to exit that event_base loop. even the
event_base_loopexit or event_base_loopbreak seem not work.
Please tell me if you know the answer.
Thank you.