Documentation

This commit is contained in:
Miek Gieben 2013-01-28 19:10:13 +01:00
parent 26994c382b
commit c0b80818cb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ type ClientConfig struct {
Port string // what port to use
Ndots int // number of dots in name to trigger absolute lookup
Timeout int // seconds before giving up on packet
Attempts int // lost packets before giving up on server
Attempts int // lost packets before giving up on server, not used in the package dns
}
// ClientConfigFromFile parses a resolv.conf(5) like file and returns