Show
Ignore:
Timestamp:
10/05/08 11:49:53 (2 years ago)
Author:
ahu
Message:

reported by Andreas Jakum & investigated by Stefan Schmidt - make sure we don't hammer parent zones in case of failed delegations to servers that don't exist at all. Only invalidate once every 10 seconds

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/recursor_cache.hh

    r1183 r1265  
    4040  void doDumpAndClose(int fd); 
    4141  int doWipeCache(const string& name, uint16_t qtype=0xffff); 
     42  bool doAgeCache(time_t now, const string& name, uint16_t qtype, int32_t newTTL); 
    4243  uint64_t cacheHits, cacheMisses; 
    4344  bool d_followRFC2181;