Addr is not needed in the Client struct

This commit is contained in:
Miek Gieben 2011-07-06 17:39:24 +02:00
parent 2b97b4c7d8
commit 7033f6abbe
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ func (mux *QueryMux) QueryDNS(w RequestWriter, r *Msg) {
// TODO add: LocalAddr
type Client struct {
Net string // if "tcp" a TCP query will be initiated, otherwise an UDP one
Addr string // address to call
Attempts int // number of attempts
Retry bool // retry with TCP
ChannelQuery chan *Request // read DNS request from this channel