From: Remi Gacogne Date: Wed, 24 Mar 2021 12:45:38 +0000 (+0100) Subject: dnsdist: Revert the backend's default TCP read and write timeouts X-Git-Tag: rec-4.6.0-alpha0~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10201%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Revert the backend's default TCP read and write timeouts --- diff --git a/pdns/dnsdist.hh b/pdns/dnsdist.hh index 9c8405cf63..b008212ae0 100644 --- a/pdns/dnsdist.hh +++ b/pdns/dnsdist.hh @@ -921,8 +921,8 @@ struct DownstreamState int order{1}; int weight{1}; int tcpConnectTimeout{5}; - int tcpRecvTimeout{5}; - int tcpSendTimeout{5}; + int tcpRecvTimeout{30}; + int tcpSendTimeout{30}; unsigned int checkInterval{1}; unsigned int lastCheck{0}; const unsigned int sourceItf{0};