]> Cypherpunks repositories - gostls13.git/commit
net: correct DNS configuration
authorStephen Ma <stephenm@golang.org>
Wed, 3 Mar 2010 04:25:26 +0000 (15:25 +1100)
committerStephen Ma <stephenm@golang.org>
Wed, 3 Mar 2010 04:25:26 +0000 (15:25 +1100)
commitb73e592ed1e0f242a824d7bf4ed865fcb1dea916
tree8310537b375a2d0f6c15758efa1e866a3a292bf6
parent486d9eb48ef42d78d1673254a52275fc8ada9c0a
net: correct DNS configuration

Set defaults to the same values as various C DNS resolver libraries.
Use the timeout value from the configuration.
Fixes #632.

R=rsc
CC=golang-dev
https://golang.org/cl/223094
src/pkg/net/dnsclient.go
src/pkg/net/dnsconfig.go