Module
Net::DNS
In:
lib/net/dns.rb
lib/net/dns/packet.rb
lib/net/dns/resolver/timeouts.rb
lib/net/dns/rr.rb
lib/net/dns/names.rb
lib/net/dns/core_ext.rb
lib/net/dns/question.rb
lib/net/dns/resolver.rb
lib/net/dns/rr/a.rb
lib/net/dns/rr/txt.rb
lib/net/dns/rr/soa.rb
lib/net/dns/rr/mr.rb
lib/net/dns/rr/srv.rb
lib/net/dns/rr/hinfo.rb
lib/net/dns/rr/aaaa.rb
lib/net/dns/rr/ns.rb
lib/net/dns/rr/null.rb
lib/net/dns/rr/classes.rb
lib/net/dns/rr/mx.rb
lib/net/dns/rr/ptr.rb
lib/net/dns/rr/cname.rb
lib/net/dns/rr/types.rb
lib/net/dns/header.rb
lib/net/dns/version.rb
Included Modules
QueryTypes
QueryClasses
Logger::Severity
Classes and Modules
Module
Net::DNS::Names
Module
Net::DNS::QueryClasses
Module
Net::DNS::QueryTypes
Module
Net::DNS::Version
Class
Net::DNS::Header
Class
Net::DNS::Packet
Class
Net::DNS::Question
Class
Net::DNS::RR
Class
Net::DNS::Resolver
Constants
PACKETSZ
=
512
Packet
size in bytes
HFIXEDSZ
=
12
Size of the header
QFIXEDSZ
=
4
Size of the question portion (type and class)
RRFIXEDSZ
=
10
Size of an
RR
portion (type,class,lenght and ttl)
INT32SZ
=
4
Size of an int 32 bit
INT16SZ
=
2
Size of a short int
VERSION
=
Version::STRING
[Validate]