This commit is contained in:
Miek Gieben 2012-08-28 10:52:46 +02:00
parent d98cc3f2f7
commit 4a201697f9
1 changed files with 5 additions and 1 deletions

6
xfr.go
View File

@ -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 {