DNS::Records::OPT
Inherits DNS::Records < Struct < Value < Object
Constructors
from_io(name : String, protocol_type : ProtocolType, io : IO, buffer : IO::Memory, options : Options = Options.new, maximum_length : UInt16 = 512_u16) : OPT
Sourcenew(name : String, udpPayloadSize : UInt16, higherBitsExtendedRcode : UInt8, edns0Version : UInt8, z : UInt16)
SourceInstance methods
edns0Version
Sourceedns0Version=(edns0Version : UInt8)
SourcehigherBitsExtendedRcode
SourcehigherBitsExtendedRcode=(higherBitsExtendedRcode : UInt8)
Sourcename
Sourcename=(name : String)
SourceudpPayloadSize
SourceudpPayloadSize=(udpPayloadSize : UInt16)
Sourcez=(z : UInt16)
Source