On 16-04-12 02:37 PM, Rob Townley wrote:
> Yes, compile on 64bit machine to run on a 32bit machine. Same OS.
To do this you need to have a cross-compilation toolchain, which is a build
of gcc, ld and other tools, plus libc and any other libraries dnsmasq needs,
that runs on your host (64bit) sy
Hi all,
Can anyone describe (or point me to) how dnsmasq decides to evict entries
from a full cache?
We're trying to characterize dnsmasq's behaviour when its cache is full, and
we're not quite sure how it works.
Is the eviction policy strictly FIFO or is there some heuristic?
Is there a prefer