dns/TODO.markdown

16 lines
474 B
Markdown
Raw Normal View History

2011-07-24 08:45:03 +00:00
# TODO
2012-05-05 15:38:05 +00:00
Must of the stuff is working, but there is a list of smaller things that need to
be fixed.
2011-07-24 08:45:03 +00:00
2012-02-27 21:18:45 +00: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 09:39:58 +00:00
* privatekey.Precompute() when signing?
2012-05-18 17:41:20 +00:00
* outgoing [AI]xfr
2012-05-08 12:24:16 +00:00
* zonereader that extracts glue (or at least signals it) and other usefull stuff?
2012-05-03 06:59:02 +00:00
2012-01-15 12:20:53 +00:00
## Examples to add
2011-07-24 08:45:03 +00:00
* Nameserver, with a small zone, 1 KSK and online signing;
* Recursor - ala FunkenSturm?