| Copyright | (c) Viktor Dukhovni 2026 |
|---|---|
| License | BSD-3-Clause |
| Maintainer | ietf-dane@dukhovni.org |
| Stability | unstable |
| Safe Haskell | None |
| Language | GHC2024 |
Net.DNSBase.RRSet
Description
An RRSet groups a flat list of RR values into the standard
DNS unit: records sharing the same (owner, class, type),
together with any RRSIG records covering them. The
rrSetsFromList function partitions a flat list — typically
the answer or authority section of a DNSMessage — into the
corresponding RRSets, attaching each RRSIG to the set it
covers based on the type-covered field.