From 4a201697f97665974cb2257738d80db3669e849c Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 28 Aug 2012 10:52:46 +0200 Subject: [PATCH] docs --- xfr.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfr.go b/xfr.go index 04bebe6b..32e5db4a 100644 --- a/xfr.go +++ b/xfr.go @@ -141,7 +141,11 @@ func checkXfrSOA(in *Msg, first bool) bool { return false } -// XfrSend performs an outgoing [IX]xfr depending on the request message. As +// XfrSend performs an outgoing [IX]xfr depending on the request message. The +// caller is responsible for sending the correct sequence of RR sets through +// the channel c. + + // long as the channel c is open ... TODO(mg): docs // tsig is done, enveloping is done, voor de rest niks... TODO func XfrSend(w ResponseWriter, req *Msg, c chan *XfrToken) error {