Doc update

This commit is contained in:
Miek Gieben 2013-09-20 08:37:22 +01:00
parent 3002fc6d40
commit 6d02134e2d
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ type EDNS0_SUBNET struct {
SourceNetmask uint8
SourceScope uint8
Address net.IP
DraftOption bool
DraftOption bool // Set to true if using the old (0x50fa) option code
}
func (e *EDNS0_SUBNET) Option() uint16 {