dns/TODO.markdown

18 lines
486 B
Markdown
Raw Normal View History

2011-07-24 18:45:03 +10:00
# TODO
2012-02-15 20:24:58 +11:00
Must of the stuff is working, but there is a list of smaller things that
need to be fixed.
2011-07-24 18:45:03 +10:00
2012-02-28 08:18:45 +11:00
* Speed, we can always go faster. A simple reflect server now hits 35/45K qps
* go test; only works correct on my machine
2012-02-05 23:53:13 +11:00
* Add handy zone data structure (r/b tree)? Or not...
2012-04-17 19:39:58 +10:00
* privatekey.Precompute() when signing?
2012-04-26 20:46:41 +10:00
* Add source/dest and RTT timing in dns.Msg structure???
2012-03-03 07:19:37 +11:00
2012-01-15 23:20:53 +11:00
## Examples to add
2011-07-24 18:45:03 +10:00
* Nameserver, with a small zone, 1 KSK and online signing;
* Recursor - ala FunkenSturm?
2012-03-03 07:19:37 +11:00