From 48decb5e574dfcddfe22f412b44497cdd0bcc0ca Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 14 Feb 2018 18:11:39 +0100 Subject: [PATCH] ci: update respdiff config to newest version --- ci/respdiff/respdiff-tcp.conf | 3 +++ ci/respdiff/respdiff-tls.conf | 3 +++ ci/respdiff/respdiff-udp.conf | 3 +++ 3 files changed, 9 insertions(+) diff --git a/ci/respdiff/respdiff-tcp.conf b/ci/respdiff/respdiff-tcp.conf index 2ba89e9b7..17b286489 100644 --- a/ci/respdiff/respdiff-tcp.conf +++ b/ci/respdiff/respdiff-tcp.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound diff --git a/ci/respdiff/respdiff-tls.conf b/ci/respdiff/respdiff-tls.conf index 38b2ba5fe..79d35e6d7 100644 --- a/ci/respdiff/respdiff-tls.conf +++ b/ci/respdiff/respdiff-tls.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound diff --git a/ci/respdiff/respdiff-udp.conf b/ci/respdiff/respdiff-udp.conf index 92db2cb01..d4d57539d 100644 --- a/ci/respdiff/respdiff-udp.conf +++ b/ci/respdiff/respdiff-udp.conf @@ -3,6 +3,9 @@ timeout = 11 # number of queries to run simultaneously jobs = 64 +# in seconds (float); delay each query by a random time (uniformly distributed) between min and max; set max to 0 to disable +time_delay_min = 0 +time_delay_max = 0 [servers] names = kresd, bind, unbound -- 2.47.2