recorded some TODO items in the comment

This commit is contained in:
hyung-hwan 2020-03-03 08:49:24 +00:00
parent 497c1b8455
commit 252c801544
2 changed files with 13 additions and 1 deletions

View File

@ -989,3 +989,15 @@ mio_dns_msg_t* mio_svc_dnc_resolve (mio_svc_dnc_t* dnc, const mio_bch_t* qname,
return reqmsg;
}
/* TODO: upon startup, read /etc/hosts. setup inotify or find a way to detect file changes..
* in resolve, add an option to use entries from /etc/hosts */
/* TODO: afxr client ... */
/* TODO: trace function to do its own recursive resolution?...
mio_dns_msg_t* mio_svc_dnc_trace (mio_svc_dnc_t* dnc, const mio_bch_t* qname, mio_dns_rrt_t qtype, int resolve_flags, mio_svc_dnc_on_resolve_t on_resolve, mio_oow_t xtnsize)
{
}
*/