mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
[9.20] chg: doc: 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. Closes #5485 Backport of MR !10909 Merge branch 'backport-ondrej/clarify-rrset-order-random-9.20' into 'bind-9.20' See merge request isc-projects/bind9!10935
This commit is contained in:
commit
fe80c31859
1 changed files with 2 additions and 1 deletions
|
|
@ -4258,7 +4258,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