Update the todo

This commit is contained in:
Miek Gieben 2012-08-06 20:39:35 +02:00
parent eec679d102
commit cf84dce538
2 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,10 @@
# TODO
* outgoing [AI]xfr
* zonereader that extracts glue (or at least signals it) and other usefull stuff?
* a complete dnssec resolver
* test multiple edns0 options
* fix 'q' standardize ipv6 input with [::1]#53 ?
* use function callback with {}interface... for async querying...?
Maybe in version v2 of this lib
Us
* merge send/receive in Exchange*()
## Nice to have

View File

@ -29,7 +29,7 @@ type Client struct {
ReadTimeout time.Duration // the net.Conn.SetReadTimeout value for new connections (ns), defauls to 2 * 1e9
WriteTimeout time.Duration // the net.Conn.SetWriteTimeout value for new connections (ns), defauls to 2 * 1e9
TsigSecret map[string]string // secret(s) for Tsig map[<zonename>]<base64 secret>
// Hijacked net.Conn // if set the calling code takes care of the connection
// Hijacked net.Conn // if set the calling code takes care of the connection
// LocalAddr string // Local address to use
}