]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add new recursion type for refreshing stale RRset
authorMatthijs Mekking <matthijs@isc.org>
Wed, 28 Sep 2022 13:13:11 +0000 (15:13 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 5 Oct 2022 06:20:48 +0000 (08:20 +0200)
commit5fb8e555bc115b8be94bf08404e65ac7d12b37a3
treefbfce163363ca653e57ec32524d8741497661c4f
parentd4df60179a3e0401d8aa31348d0d95257dcc080e
Add new recursion type for refreshing stale RRset

Refreshing a stale RRset is similar to a prefetch query, so we can
refactor this code to use the new recursion types introduced in !5883.
lib/ns/include/ns/query.h
lib/ns/query.c