Co-authored-by: Remi Gacogne <github@coredump.fr>
#define QLOG(x) LOG(prefix << " child=" << child << ": " << x << endl)
/* The parameters from rfc9156. */
+/* maximum number of QNAME minimisation iterations */
static const unsigned int s_max_minimise_count = 10;
+/* number of queries that should only have one label appended */
static const unsigned int s_minimise_one_lab = 4;
static unsigned int qmStepLen(unsigned int labels, unsigned int qnamelen, unsigned int i)