mirror of
https://github.com/miekg/dns.git
synced 2025-08-19 07:51:00 +02:00
docs
This commit is contained in:
parent
d98cc3f2f7
commit
4a201697f9
6
xfr.go
6
xfr.go
@ -141,7 +141,11 @@ func checkXfrSOA(in *Msg, first bool) bool {
|
|||||||
return false
|
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
|
// long as the channel c is open ... TODO(mg): docs
|
||||||
// tsig is done, enveloping is done, voor de rest niks... TODO
|
// tsig is done, enveloping is done, voor de rest niks... TODO
|
||||||
func XfrSend(w ResponseWriter, req *Msg, c chan *XfrToken) error {
|
func XfrSend(w ResponseWriter, req *Msg, c chan *XfrToken) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user