It's quite cheap for us, and it might help with dumb clients
overusing the lowest IP from each set.
- better algorithm for choosing nameservers (!1030)
- daf module: add daf.clear() (!1114)
- dnstap module: more features and don't log internal requests (!1103)
+- randomize record order by default, i.e. reorder_RR(true) (!1123)
Bugfixes
--------
{
/* Note: whole *engine had been zeroed by engine_init(). */
struct kr_context * const ctx = &engine->resolver;
+ /* Default options (request flags). */
+ ctx->options.REORDER_RR = true;
+
/* Open resolution context */
ctx->trust_anchors = map_make(NULL);
ctx->negative_anchors = map_make(NULL);
:return: The (new) value of the option
If set, resolver will vary the order of resource records within RR sets.
- It is disabled by default.
+ It is enabled by default since 5.3.0.