From 31b43187fd79e1c8859220b43f28ea9270de6de4 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 28 Sep 2013 20:32:38 +0100 Subject: [PATCH] add some doc and todo --- xfr.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xfr.go b/xfr.go index 77ea7e0f..f30beb95 100644 --- a/xfr.go +++ b/xfr.go @@ -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.