summaryrefslogtreecommitdiffstats
path: root/runtime/dnscache.h
Commit message (Collapse)AuthorAgeFilesLines
* added a first implementation of a DNS name cacheRainer Gerhards2011-06-061-0/+31
this still has a couple of weaknesses, like no size limit, no expiration of entries, suboptimal algorithms -- but it should perform better than what we had previously. Implementation will be improved based on feedback during the next couple of releases