]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Advertise the size really available in the query buffer
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 10 Oct 2019 15:44:43 +0000 (17:44 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 15 Oct 2019 08:06:13 +0000 (10:06 +0200)
commitbe7dec02ae8bbb6fac253240691668c4ab86d140
tree4a1c195e4c061f4e99af834aaa5f818c03bf2718
parenta6ab16e096f1f75ea36c9f9978ae868d410dc80c
dnsdist: Advertise the size really available in the query buffer

We use to advertise s_udpIncomingBufferSize (1500) but the buffer
is really 4096 bytes long. This allows much larger responses from
to be returned from the cache.
pdns/dnsdist.cc