#include <promeki/config.h>
Go to the source code of this file.
See LICENSE file in the project root folder for license information.
Legacy mDNS-only packet header. The types this header used to define (MdnsPacket, MdnsParsedRecord, MdnsParsedQuestion) are now aliases of the generalised DnsPacket / DnsRecord / DnsQuestion in dnspacket.h / dnsrecord.h. Callers that want mDNS wire-format semantics (cache-flush bit on records, QU bit on questions, DNS-SD TXT decode through MdnsTxtRecord) should use DnsPacket::parseMdns rather than the unicast-mode DnsPacket::parse.