Kresd eats file handles for breakfast, lunch and dinner

Hi vcunat

I have tried different settings, currently kresd runs as a standalone resolver without forwarding.

/tmp/kresd.config
root@firefly:~# cat /tmp/kresd.config 
--Automatically generated file; DO NOT EDIT
modules = {
    'hints > iterate'
  , 'policy'
  , 'stats'
  , predict = {
        window = 30 -- 30 minutes sampling window
      , period = 24*(60/30) -- track last 24 hours
  }
}
hints.use_nodata(true)
cache.ns_tout(5000)
hints.config('/tmp/kresd/hints.tmp')
net.bufsize(4096)
net.ipv4=true
net.ipv6=true
cache.open(20*MB)

I have not captured the netstat output, but as far as I remember it does not show any active UDP or TCP sessions for kresd

cheerio
Steve