dns/TODO.markdown

14 lines
373 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-04-17 19:39:58 +10:00
* privatekey.Precompute() when signing?
2012-05-03 16:59:02 +10: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?