Docs and todo update

This commit is contained in:
Miek Gieben 2013-04-17 08:47:07 +01:00
parent 0ddecce7e6
commit d2551c5c84
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
* Ratelimiting?
* NSEC3/NSEC support function for generating NXDOMAIN respsonse?
* Actually mimic net/ ? Dial. Read/Write ?
* Make compare/split labels faster
## Nice to have

2
dns.go
View File

@ -63,7 +63,7 @@
//
// For asynchronous queries it is easy to wrap Exchange() in a goroutine.
//
// From a birds eye view a dns message consists out of four sections.
// A dns message consists out of four sections.
// The question section: in.Question, the answer section: in.Answer,
// the authority section: in.Ns and the additional section: in.Extra.
//