more docs

This commit is contained in:
Miek Gieben 2013-04-27 17:12:22 +01:00
parent 8d0b1a32cf
commit cb4c191bd3
1 changed files with 1 additions and 1 deletions

2
msg.go
View File

@ -183,7 +183,7 @@ var RcodeToString = map[int]string{
RcodeNXRrset: "NXRRSET",
RcodeNotAuth: "NOTAUTH",
RcodeNotZone: "NOTZONE",
RcodeBadSig: "BADSIG",
RcodeBadSig: "BADSIG", // Also known as RcodeBadVers, see RFC 6891
// RcodeBadVers: "BADVERS",
RcodeBadKey: "BADKEY",
RcodeBadTime: "BADTIME",