commit | 8ea0bcc911809e77560bdd937c02a0b832526ef7 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Thu May 04 08:24:11 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 02 11:40:39 2017 +0200 |
tree | 658260a130f49a798328ab6132ad6d97b4365b81 | |
parent | 69fce67b56f2fda613604e0520adb64d209041a8 [diff] |
MINOR: dns: introduce roundrobin into the internal cache (WIP) This patch introduces a bit of roundrobin in the records stored in our local cache. Purpose is to allow some kind of distribution of the IPs found in a response. Note that distribution properly applies only when the IP used by many requesters disappear and is replaced by an other one.