mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:10:00 -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.
(cherry picked from commit 369c8dc388)
This commit is contained in:
parent
d7d4e94d08
commit
d7c7407e56
1 changed files with 2 additions and 1 deletions
|
|
@ -4269,7 +4269,8 @@ RRset Ordering
|
|||
``--enable-fixed-rrset`` at compile time.
|
||||
|
||||
``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