doc updates

This commit is contained in:
Miek Gieben 2013-09-29 20:30:04 +01:00
parent b06d42f1d7
commit db3de29edc
1 changed files with 1 additions and 1 deletions

View File

@ -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>]<base64 secret>, zonename must be fully qualified
rtt time.Duration
t time.Time