From: W.C.A. Wijngaards Date: Mon, 23 Nov 2020 09:36:22 +0000 (+0100) Subject: stream reuse, up connection reuse time to 60 seconds. X-Git-Tag: release-1.13.0rc1~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b97cb1dd127125f99ac44df62bfcfc07b5fe1c3;p=thirdparty%2Funbound.git stream reuse, up connection reuse time to 60 seconds. --- diff --git a/services/outside_network.h b/services/outside_network.h index 15b33094f..c90f9d02d 100644 --- a/services/outside_network.h +++ b/services/outside_network.h @@ -281,7 +281,7 @@ struct reuse_tcp { /** max number of queries on a reuse connection */ #define MAX_REUSE_TCP_QUERIES 200 /** timeout for REUSE entries in milliseconds. */ -#define REUSE_TIMEOUT 30000 +#define REUSE_TIMEOUT 60000 /** * A query that has an answer pending for it.