haproxy/include
Baptiste Assmann fa4a663095 MINOR: dns: implement a LRU cache for DNS resolutions
Introduction of a DNS response LRU cache in HAProxy.

When a positive response is received from a DNS server, HAProxy stores
it in the struct resolution and then also populates a LRU cache with the
response.
For now, the key in the cache is a XXHASH64 of the hostname in the
domain name format concatened to the query type in string format.
2017-06-02 11:40:01 +02:00
..
common MINOR: log: Add logurilen tunable. 2017-06-02 11:06:36 +02:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto MINOR: dns: implement a LRU cache for DNS resolutions 2017-06-02 11:40:01 +02:00
types MINOR: dns: implement a LRU cache for DNS resolutions 2017-06-02 11:40:01 +02:00