]> Cypherpunks repositories - gostls13.git/commit
net: allow LookupSRV on non-standard DNS names
authorRuss Cox <rsc@golang.org>
Tue, 18 Oct 2011 17:57:04 +0000 (13:57 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 18 Oct 2011 17:57:04 +0000 (13:57 -0400)
commit48bb3e8f2883609ca56ea8afc0c11f141f4ec227
treebf111d2ccdaf653c962d7f6f568a8c8d6defe2ee
parent835dcb71aedf0c4a1cde5071830c5b4368693191
net: allow LookupSRV on non-standard DNS names

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5313043
src/pkg/net/lookup_plan9.go
src/pkg/net/lookup_test.go
src/pkg/net/lookup_unix.go
src/pkg/net/lookup_windows.go