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

This commit is contained in:
Miek Gieben 2013-10-01 10:27:26 +00:00
commit 1e0d11ad8f
1 changed files with 2 additions and 0 deletions

2
xfr.go
View File

@ -4,6 +4,8 @@
package dns
// New Transfer
// Envelope is used when doing [IA]XFR with a remote server.
type Envelope struct {
RR []RR // The set of RRs in the answer section of the AXFR reply message.