No use on a per-query basis

This commit is contained in:
Miek Gieben 2012-06-04 19:39:02 +02:00
parent 15d3daa1ef
commit fa2c9fd8fa
1 changed files with 0 additions and 3 deletions

3
dns.go
View File

@ -113,9 +113,6 @@ type Exchange struct {
Reply *Msg // the answer to the question that was sent
Rtt time.Duration // round trip time
RemoteAddr net.Addr // address of the server
Nxdomain bool // True if nodata because name does not exist
Secure bool // True if result is secure
Bogus bool // True if result is bogus, see Error for the reason
Error error // if something went wrong, this contains the error
}