]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/recpacketcache.hh
revamp recursor packet cache to be far less clever and simply hash its question case...
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 20 Jan 2016 14:56:17 +0000 (15:56 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 20 Jan 2016 20:51:37 +0000 (21:51 +0100)
commit49a3500d03dea35e46bf08b3d171adcbd3da23ae
treef6c438f4127ac7958b785cb662718ceb3151a089
parent81c0afd8814e8d12749bc654a512a0aa947d424f
revamp recursor packet cache to be far less clever and simply hash its question case insensitively. Plus add testcases.
pdns/Makefile.am
pdns/dns.hh
pdns/pdns_recursor.cc
pdns/recpacketcache.cc
pdns/recpacketcache.hh
pdns/test-recpacketcache_cc.cc [new file with mode: 0644]