DNS/Deadwood/検索動作/4について、ここに記述してください。

1. Linking names to IPs

In order to avoid needing to indiscriminately store records in the "additional records" section, Deadwood, when getting an incomplete NS referral, will look to see

If they do, said names are converted and stored in Deadwood's cache as IPs. If not, they are stored as glueless names.

For example, let us suppose we have an answer like this when we ask for www.example.com:

Deadwood converts this answer to look like this:

See dwx_make_ns_refer() in DwRecurse.c for more details.

Conclusion