]> granicus.if.org Git - pdns/commitdiff
nit
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 1 Dec 2016 10:10:54 +0000 (11:10 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 1 Dec 2016 10:10:54 +0000 (11:10 +0100)
pdns/README-dnsdist.md

index 12f28841830664a3968538bad637d40bdbbe4db4..1f8455e9fbf45acbf7aa379982e271e0a8adf130 100644 (file)
@@ -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