some doc updates

This commit is contained in:
Miek Gieben 2013-10-13 13:27:50 +01:00
parent 35bcc78d76
commit 221e0c0e4e
2 changed files with 6 additions and 5 deletions

View File

@ -8,4 +8,4 @@
* Speed, we can always go faster. A simple reflect server now hits 75/80K qps on
moderate hardware
* privatekey.Precompute() when signing?
* Last remaining RRs: NIMLOC & EID, ATMA, A6, KEY, SIG and NXT
* Last remaining RRs: APL, NIMLOC & EID, ATMA, A6, KEY, SIG and NXT

View File

@ -98,10 +98,11 @@ const (
TypeMAILA uint16 = 254
TypeANY uint16 = 255
TypeURI uint16 = 256
TypeCAA uint16 = 257
TypeTA uint16 = 32768
TypeDLV uint16 = 32769
TypeURI uint16 = 256
TypeCAA uint16 = 257
TypeTA uint16 = 32768
TypeDLV uint16 = 32769
TypeReserved uint16 = 65535
// valid Question.Qclass
ClassINET = 1