More documentation

This commit is contained in:
Miek Gieben 2013-09-28 22:05:48 +01:00
parent 69dcbaeece
commit 140e525195
1 changed files with 5 additions and 0 deletions

5
dns.go
View File

@ -66,6 +66,11 @@
//
// c.SingleInflight = true
//
// If these "advanced" features are not needed, a simple UDP query can be send,
// with:
//
// in, err := dns.Exchange(m1, "127.0.0.1:53")
//
// 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.