dnsbase
Copyright(c) Viktor Dukhovni 2026
LicenseBSD-3-Clause
Maintainerietf-dane@dukhovni.org
Stabilityunstable
Safe HaskellNone
LanguageGHC2024

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.

Documentation

data RRSet Source #

Constructors

RRSet