add some doc and todo

This commit is contained in:
Miek Gieben 2013-09-28 20:32:38 +01:00
parent 67065da09c
commit 31b43187fd
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.