From: Remi Gacogne Date: Thu, 13 Jul 2023 15:23:22 +0000 (+0200) Subject: dnsdist: Enable readAhead by default for TLS and DOH frontends X-Git-Tag: rec-5.0.0-alpha1~19^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65454336750ae3053318ab2762007bd11019c7ad;p=thirdparty%2Fpdns.git dnsdist: Enable readAhead by default for TLS and DOH frontends --- diff --git a/pdns/libssl.hh b/pdns/libssl.hh index feb90cbea3..327fed32a6 100644 --- a/pdns/libssl.hh +++ b/pdns/libssl.hh @@ -54,7 +54,7 @@ public: /* enable kTLS mode, if supported */ bool d_ktls{false}; /* set read ahead mode, if supported */ - bool d_readAhead{false}; + bool d_readAhead{true}; }; struct TLSErrorCounters