+3261. [func] RRset ordering now defaults to random. [RT #27174]
+
3260. [bug] "rrset-order cyclic" could appear not to rotate
for some query patterns. [RT #27170/27185]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.c,v 1.121 2011/08/30 23:46:51 tbox Exp $ */
+/* $Id: config.c,v 1.122 2012/01/06 19:00:12 each Exp $ */
/*! \file */
"\
recursive-clients 1000;\n\
resolver-query-timeout 30;\n\
- rrset-order {type NS order random; order cyclic; };\n\
+ rrset-order { order random; };\n\
serial-queries 20;\n\
serial-query-rate 20;\n\
server-id none;\n\
- PERFORMANCE OF THIS SOFTWARE.
-->
-<!-- File: $Id: Bv9ARM-book.xml,v 1.518 2011/11/23 18:58:39 each Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.519 2012/01/06 19:00:13 each Exp $ -->
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BIND 9 Administrator Reference Manual</title>
</para>
<para>
If multiple <command>rrset-order</command> statements
- appear,
- they are not combined — the last one applies.
+ appear, they are not combined — the last one applies.
+ </para>
+ <para>
+ By default, all records are returned in random order.
</para>
<note>