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/pdns_recursor.cc

    r228 r232  
    201201      L<<Logger::Error<<"["<<MT->getTid()<<"] answer to "<<(P.d.rd?"":"non-rd ")<<"question '"<<P.qdomain<<"|"<<P.qtype.getName(); 
    202202      L<<"': "<<ntohs(R->d.ancount)<<" answers, "<<ntohs(R->d.arcount)<<" additional, took "<<sr.d_outqueries<<" packets, "<< 
    203         sr.d_throttledqueries<<" throttled, rcode="<<res<<endl; 
     203        sr.d_throttledqueries<<" throttled, "<<sr.d_timeouts<<" timeouts, rcode="<<res<<endl; 
    204204    } 
    205205