• Mattias Falk's avatar
    Avoid multiple dns lookups for the same query · a59cfcfd
    Mattias Falk authored
    If two or more rapid dns requests for the same server are done
    from different threads it turns into separate dns reques, if
    the response of the request isn't found in the cache.
    
    This patch avoid multiple request for the same server by
    letting subsequents request wait until the first request
    has finished.
    
    Change-Id: Ic72ea0e7d3964a4164eddf866feb4357ec4dfe54
    a59cfcfd
resolv_cache.h 4.41 KB