* commit 'c5cab3452d5ced55474e56497594579108670b51': Avoid multiple dns lookups for the same query
This commit is contained in:
@@ -95,4 +95,10 @@ _resolv_cache_add( struct resolv_cache* cache,
|
||||
const void* answer,
|
||||
int answerlen );
|
||||
|
||||
/* Notify the cache a request failed */
|
||||
extern void
|
||||
_resolv_cache_query_failed( struct resolv_cache* cache,
|
||||
const void* query,
|
||||
int querylen);
|
||||
|
||||
#endif /* _RESOLV_CACHE_H_ */
|
||||
|
Reference in New Issue
Block a user