From db3de29edc9ba5309a6610b697d3b5e8ea7e1619 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 29 Sep 2013 20:30:04 +0100 Subject: [PATCH] doc updates --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 2902a84a..a78f8976 100644 --- a/client.go +++ b/client.go @@ -17,7 +17,7 @@ const dnsTimeout time.Duration = 2 * 1e9 // A Conn represents a connection (which may be short lived) to a DNS server. type Conn struct { net.Conn - UDPSize uint16 // Minimum reveive buffer for UDP messages, if > 512 EDNS0, 0 MinMsgSize. + UDPSize uint16 // Minimum receive buffer for UDP messages TsigSecret map[string]string // Secret(s) for Tsig map[], zonename must be fully qualified rtt time.Duration t time.Time