• R
    switch standard resolver functions to use the new dns backend · 33301980
    Rich Felker 提交于
    this is the third phase of the "resolver overhaul" project.
    
    this commit removes all of the old dns code, and switches the
    __lookup_name backend (used by getaddrinfo, etc.) and the getnameinfo
    function to use the newly implemented __res_mkquery and __res_msend
    interfaces. for parsing the results, a new callback-based __dns_parse
    function, based on __dns_get_rr from the old dns code, is used.
    33301980
lookup_name.c 5.7 KB