26 October 2010: Wouter
- dump_infra and flush_infra commands for unbound-control.
+ - no timeout backoff if meanwhile a query succeeded.
25 October 2010: Wouter
- Configure errors if ldns is not found.
{
/* exponential backoff */
+ /* if a query succeeded and put down the rto meanwhile, ignore this */
+ if(rtt->rto < orig)
+ return;
+
/* the original rto is doubled, not the current one to make sure
* that the values in the cache are not increased by lots of
* queries simultaneously as they time out at the same time */