| Class | Dnsruby::Question |
| In: |
lib/Dnsruby/message.rb
|
| Parent: | Object |
A Dnsruby::Question object represents a record in the question section of a DNS packet.
RFC 1035 Section 4.1.2
| qname | -> | zname |
| For Updates, the qname field is redefined to zname (RFC2136, section 2.3) | ||
| qtype | -> | ztype |
| For Updates, the qtype field is redefined to ztype (RFC2136, section 2.3) | ||
| qclass | -> | zclass |
| For Updates, the qclass field is redefined to zclass (RFC2136, section 2.3) | ||
| qtype | -> | type |