File: TODO

package info (click to toggle)
pdnsd 1.1.7-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,380 kB
  • ctags: 1,298
  • sloc: ansic: 10,087; yacc: 862; sh: 566; makefile: 154; perl: 87
file content (12 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
$Id: TODO,v 1.28 2001/12/30 18:54:48 tmm Exp $

- Add support to pdnsd-ctl for dumping cache contents.
- Implement a reference counter to ensure that newly entered records are not
  purged immediately (really needed?)
- Perhaps do a two-step form of recursive query: first query those servers we
  have got cached, then (if unsuccessful) look the others up and query again.
  The impact of this optimization may not be very big, because all sane servers
  give A records for NS records if possible.
- Test for compatibility on other Unix-like Systems other than the BSDs and
  Linux; rewrite the functions in netdev.c and icmp.c for those OSs if
  necessary. Also try to get compatibility for other compilers than gcc