]> git.ipfire.org Git - thirdparty/ldns.git/commit
improve 'next-label' algorithm in ldns-walk 206/head
authorJelte Jansen <jelte.jansen@sidn.nl>
Tue, 10 Jan 2023 10:56:51 +0000 (11:56 +0100)
committerJelte Jansen <jelte.jansen@sidn.nl>
Tue, 10 Jan 2023 11:00:00 +0000 (12:00 +0100)
commit22a890681c91ac9f9f5070212a67b17371695b9b
tree30475984003581193180dfb9db3e12b8007f89bf
parent1ce94b15eef320d84b6047d9abb93d48d2f1cde5
improve 'next-label' algorithm in ldns-walk

Rather than adding \000 to an existing label, add a new label "\000." to the start of the domain name, to find the closes next possible domain name.
examples/ldns-walk.c