Show
Ignore:
Timestamp:
02/05/04 18:06:43 (9 years ago)
Author:
ahu
Message:

do timeout stats

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/syncres.cc

    r228 r232  
    388388          LOG<<prefix<<qname<<": error resolving (perhaps timeout?)"<<endl; 
    389389          nsSpeeds[toLower(*tns)].submit(1000000); // 1 sec 
     390          d_timeouts++; 
    390391          s_throttle.throttle(remoteIP+"|"+qname+"|"+qtype.getName(),20,5); 
    391392          continue;