Class

Resolv::DNS::Resource::IN::WKS

Inheritance
< Resource

Well Known Service resource.

Constants

Name   Description
ClassValue = IN::ClassValue
TypeValue = 11

Attributes

Name Visibility R/W Description
address public R The host these services run on.
bitmap public R A bit map of enabled services on this host.

If protocol is 6 (TCP) then the 26th bit corresponds to the SMTP service (port 25). If this bit is set, then an SMTP server should be listening on TCP port 25; if zero, SMTP service is not supported.

protocol public R IP protocol number for these services.

Methods

Class

Visibility Signature
public new (address, protocol, bitmap)

Class Method Detail

new(address, protocol, bitmap)