mirror of
https://github.com/miekg/dns.git
synced 2025-10-15 20:01:00 +02:00
Doc updates
This commit is contained in:
parent
77c679fe65
commit
a115d2230a
2
xfr.go
2
xfr.go
@ -9,7 +9,7 @@ type XfrMsg struct {
|
|||||||
// XfrReceive performs a [AI]xfr request (depends on the message's Qtype). It returns
|
// XfrReceive performs a [AI]xfr request (depends on the message's Qtype). It returns
|
||||||
// a channel of *XfrMsg on which the replies from the server are sent. At the end of
|
// a channel of *XfrMsg on which the replies from the server are sent. At the end of
|
||||||
// the transfer the channel is closed.
|
// the transfer the channel is closed.
|
||||||
// It panics if the Qtype does not equal TypeAXFR or TypeIXFR. The messages are TSIG checked if
|
// The messages are TSIG checked if
|
||||||
// needed, no other post-processing is performed. The caller must dissect the returned
|
// needed, no other post-processing is performed. The caller must dissect the returned
|
||||||
// messages.
|
// messages.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user