diff --git a/msg.go b/msg.go index c8ced0da..e01eecd2 100644 --- a/msg.go +++ b/msg.go @@ -79,9 +79,8 @@ type MsgHdr struct { // The layout of a DNS message. type Msg struct { MsgHdr - Compress bool // If true, the message will be compressed when converted to wire format. - Size int // Number of octects in the message received from the wire. - // Remote addr? back + Compress bool // If true, the message will be compressed when converted to wire format. + Size int // Number of octects in the message received from the wire. Question []Question // Holds the RR(s) of the question section. Answer []RR // Holds the RR(s) of the answer section. Ns []RR // Holds the RR(s) of the authority section.