]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Enable readAhead by default for TLS and DOH frontends
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 13 Jul 2023 15:23:22 +0000 (17:23 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 7 Sep 2023 08:56:13 +0000 (10:56 +0200)
pdns/libssl.hh

index feb90cbea3bdb84b440ab099f302dea642ca579e..327fed32a67756300f5b4c904d68f02f87fda528 100644 (file)
@@ -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