From 65454336750ae3053318ab2762007bd11019c7ad Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Thu, 13 Jul 2023 17:23:22 +0200 Subject: [PATCH] dnsdist: Enable readAhead by default for TLS and DOH frontends --- pdns/libssl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3