mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 03:59:59 -04:00
Clarify rrset-order random distribution
The randomized order of the records in the rrset is not uniform across all permutations. Clarify this in the documentation.
This commit is contained in:
parent
bdcb90f43c
commit
369c8dc388
1 changed files with 2 additions and 1 deletions
|
|
@ -4050,7 +4050,8 @@ RRset Ordering
|
|||
The legal values for ``<ordering>`` are:
|
||||
|
||||
``random``
|
||||
Records are returned in a random order.
|
||||
Records are returned in a non-deterministic order. The random ordering
|
||||
doesn't guarantee uniform distribution of all permutations.
|
||||
|
||||
``cyclic``
|
||||
Records are returned in a cyclic round-robin order, rotating by one
|
||||
|
|
|
|||
Loading…
Reference in a new issue