Merge branch 'master' of github.com:miekg/dns

This commit is contained in:
Miek Gieben 2013-10-18 19:05:45 +01:00
commit 1c7f19f49c
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ func Exchange(m *Msg, a string) (r *Msg, err error) {
// co := &dns.Conn{Conn: c} // c is your net.Conn
// co.WriteMsg(m)
// in, _ := co.ReadMsg()
// co.Close()
//
func ExchangeConn(c net.Conn, m *Msg) (r *Msg, err error) {
println("dns: this function is deprecated")