From: Peter van Dijk Date: Thu, 1 Dec 2016 10:10:54 +0000 (+0100) Subject: nit X-Git-Tag: dnsdist-1.1.0-beta2~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4720%2Fhead;p=thirdparty%2Fpdns.git nit --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 12f2884183..1f8455e9fb 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1424,7 +1424,7 @@ instantiate a server with additional parameters * `expunge(n)`: remove entries from the cache, leaving at most `n` entries * `expungeByName(DNSName [, qtype=ANY])`: remove entries matching the supplied DNSName and type from the cache * `isFull()`: return true if the cache has reached the maximum number of entries - * `newPacketCache(maxEntries[, maxTTL=86400, minTTL=0, servFailTTL=60, stateTTL=60])`: return a new PacketCache + * `newPacketCache(maxEntries[, maxTTL=86400, minTTL=0, servFailTTL=60, staleTTL=60])`: return a new PacketCache * `printStats()`: print the cache stats (hits, misses, deferred lookups and deferred inserts) * `purgeExpired(n)`: remove expired entries from the cache until there is at most `n` entries remaining in the cache * `toString()`: return the number of entries in the Packet Cache, and the maximum number of entries