Changeset 441
- Timestamp:
- 07/14/05 17:01:55 (8 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsreplay.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsreplay.cc
r428 r441 288 288 } 289 289 290 if(lastsent.tv_sec ) {290 if(lastsent.tv_sec && (!(s_questions%25))) { 291 291 double seconds=pr.d_pheader.ts.tv_sec - lastsent.tv_sec; 292 292 double useconds=(pr.d_pheader.ts.tv_usec - lastsent.tv_usec);