dns/TODO.markdown

15 lines
470 B
Markdown
Raw Normal View History

2011-07-24 18:45:03 +10:00
# TODO
2012-09-04 16:12:01 +10:00
* Support for on-the-fly-signing
2012-11-13 18:27:27 +11:00
* Use BIND10 memory efficient zone structure?
2012-12-06 02:25:43 +11:00
* NSEC3 support propper in the zone structure(s)
2012-12-10 07:17:16 +11:00
* Test all rdata packing with zero rdata -- allowed for dynamic updates
2012-12-15 20:13:27 +11:00
* Ratelimiting?
* NSEC3/NSEC support function for generating NXDOMAIN respsonse?
2012-09-03 20:07:13 +10:00
2012-05-21 19:55:18 +10:00
## Nice to have
2011-07-24 18:45:03 +10:00
* Speed, we can always go faster. A simple reflect server now hits 45/50K qps
* go test; only works correct on my machine
2012-04-17 19:39:58 +10:00
* privatekey.Precompute() when signing?