Question is compressible IMO

This commit is contained in:
Miek Gieben 2012-01-11 16:22:58 +01:00
parent 1de9cff07a
commit 13f1f5b066
2 changed files with 6 additions and 6 deletions

View File

@ -129,7 +129,7 @@ const (
// DNS queries.
type Question struct {
Name string "domain-name" // "cdomain-name" specifies encoding (and may be compressed)
Name string "cdomain-name" // "cdomain-name" specifies encoding (and may be compressed)
Qtype uint16
Qclass uint16
}