Open silverwind opened 6 years ago
The lack of it was noticed in https://github.com/mafintosh/dns-packet/pull/4. From https://tools.ietf.org/html/rfc6762:
Multicast DNS defines the top bit in the class field of a DNS question as the unicast-response bit.
Suggestion was to add a boolean property on questions that maps to the top bit in the class bits.
class
The lack of it was noticed in https://github.com/mafintosh/dns-packet/pull/4. From https://tools.ietf.org/html/rfc6762:
Suggestion was to add a boolean property on questions that maps to the top bit in the
class
bits.