[Libevent-users] [Patch] Fix a bug related to DNS timeout counting

2006-12-11 Thread Nick Mathewson
Hi, all! This patch fixes a bug in nameserver timeouts in evdns.c. Previously, we would count the number of successive requests that had timed out in a row for each nameserver, but we would never actually reset the timeout count to zero. This, obviously, would create problems: see the Tor

Re: [Libevent-users] [Patch] Fix a bug related to DNS timeout counting

2006-12-11 Thread Niels Provos
Thank you. I have applied the patch to trunk. Niels. On 12/11/06, Nick Mathewson [EMAIL PROTECTED] wrote: Hi, all! This patch fixes a bug in nameserver timeouts in evdns.c. Previously, we would count the number of successive requests that had timed out in a row for each nameserver, but we