comment tweak

This commit is contained in:
Miek Gieben 2013-11-10 18:41:55 +00:00
parent 8fec6dd3a3
commit 9b8e8578e4
1 changed files with 1 additions and 1 deletions

2
msg.go
View File

@ -70,7 +70,7 @@ type MsgHdr struct {
// The layout of a DNS message.
type Msg struct {
MsgHdr
Compress bool `json:"-"` // If true, the message will be compressed when converted to wire format.
Compress bool `json:"-"` // If true, the message will be compressed when converted to wire format. This not part of the official DNS packet format.
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.